X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=src%2Flttng-context-vppid.c;h=d682364314e8b6f7b60e3acb20df2d9eed941147;hp=4d61fef0351098d25bca4729012269a3fbaf421f;hb=f7d06400be7d046205c20277a03f3f31bf5b1703;hpb=eec143a1bec2bebc1c62faab8af96160eb47ece5 diff --git a/src/lttng-context-vppid.c b/src/lttng-context-vppid.c index 4d61fef0..d6823643 100644 --- a/src/lttng-context-vppid.c +++ b/src/lttng-context-vppid.c @@ -30,7 +30,7 @@ size_t vppid_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size static void vppid_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, struct lttng_kernel_ring_buffer_ctx *ctx, - struct lttng_channel *chan) + struct lttng_kernel_channel_buffer *chan) { struct task_struct *parent; pid_t vppid;