Move context types to private header
[lttng-ust.git] / liblttng-ust / event-notifier-notification.c
index 570e5861cbc9974108afe65b97277e952201cca5..eb3c0bce1da35436cec17a21bb72f470349195d8 100644 (file)
@@ -368,7 +368,7 @@ void lttng_event_notifier_notification_send(
        notification_init(&notif, event_notifier);
 
        if (caa_unlikely(!cds_list_empty(&event_notifier->capture_bytecode_runtime_head))) {
-               struct lttng_bytecode_runtime *capture_bc_runtime;
+               struct lttng_ust_bytecode_runtime *capture_bc_runtime;
 
                /*
                 * Iterate over all the capture bytecodes. If the interpreter
This page took 0.023099 seconds and 4 git commands to generate.