X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-context-nice.c;h=a6847705adca8ca47074174200d2908ff6951bba;hb=4667f7f663bcf3e8ec315fc7965893aeabd64e95;hp=031d39d95143b696b9880aed07c41a742dfc9c61;hpb=a92e844e9e4cc9d5c4a7ec3d1c0738d375430446;p=lttng-modules.git diff --git a/src/lttng-context-nice.c b/src/lttng-context-nice.c index 031d39d9..a6847705 100644 --- a/src/lttng-context-nice.c +++ b/src/lttng-context-nice.c @@ -28,8 +28,8 @@ size_t nice_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_ static void nice_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, - struct lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan) + struct lttng_kernel_ring_buffer_ctx *ctx, + struct lttng_kernel_channel_buffer *chan) { int nice;