X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Flttng-context-procname.c;h=e2517bc665aafa9e0ccb6fd6cc083c7f29e0c2f3;hb=a40e3229afb952bcd6f13e47aa1b4f568c345a23;hp=22714946b437411bc2a83e5716b0242b2cf4cbb2;hpb=346cb5ee265fe5f92d4d67a078eab74aa19e7bbd;p=lttng-modules.git diff --git a/src/lttng-context-procname.c b/src/lttng-context-procname.c index 22714946..e2517bc6 100644 --- a/src/lttng-context-procname.c +++ b/src/lttng-context-procname.c @@ -34,7 +34,7 @@ size_t procname_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, s */ static void procname_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, - struct lib_ring_buffer_ctx *ctx, + struct lttng_kernel_ring_buffer_ctx *ctx, struct lttng_channel *chan) { chan->ops->event_write(ctx, current->comm, sizeof(current->comm));