Rename struct lib_ring_buffer_ctx to struct lttng_kernel_ring_buffer_ctx
[lttng-modules.git] / src / probes / lttng-kprobes.c
index 1db8be497557e9da6e9f850f919ba734dd2ef075..7c77c566b596896a8c063318a19aaae5f12fe6ff 100644 (file)
@@ -60,7 +60,7 @@ int lttng_kprobes_event_handler_pre(struct kprobe *p, struct pt_regs *regs)
                struct lttng_kernel_event_recorder *event_recorder =
                        container_of(event, struct lttng_kernel_event_recorder, parent);
                struct lttng_channel *chan = event_recorder->chan;
-               struct lib_ring_buffer_ctx ctx;
+               struct lttng_kernel_ring_buffer_ctx ctx;
                int ret;
 
                lib_ring_buffer_ctx_init(&ctx, event_recorder, sizeof(data),
This page took 0.022589 seconds and 4 git commands to generate.