Fix: builtin script referring to old directories
[lttng-modules.git] / src / lttng-context-procname.c
index 22714946b437411bc2a83e5716b0242b2cf4cbb2..aaefef845f41ec82454f27eaadea51971b609ad9 100644 (file)
@@ -34,8 +34,8 @@ 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_channel *chan)
+                struct lttng_kernel_ring_buffer_ctx *ctx,
+                struct lttng_kernel_channel_buffer *chan)
 {
        chan->ops->event_write(ctx, current->comm, sizeof(current->comm));
 }
This page took 0.024716 seconds and 4 git commands to generate.