Rename struct lttng_bytecode_runtime to struct lttng_kernel_bytecode_runtime
[lttng-modules.git] / src / lttng-event-notifier-notification.c
index 99ca8a292e72207563b3c3ae3b27d0f057c7316c..0ba566ba9c6810fc79f3d8126121b310dd03a580 100644 (file)
@@ -443,7 +443,7 @@ void lttng_event_notifier_notification_send(struct lttng_kernel_event_notifier *
        }
 
        if (unlikely(notif_ctx->eval_capture)) {
-               struct lttng_bytecode_runtime *capture_bc_runtime;
+               struct lttng_kernel_bytecode_runtime *capture_bc_runtime;
 
                /*
                 * Iterate over all the capture bytecodes. If the interpreter
This page took 0.023807 seconds and 4 git commands to generate.