Refactoring: Channel structures
[lttng-ust.git] / liblttng-ust / event-notifier-notification.c
index 199e615b15fe0e065d375b3a9991a0ba0c79fe0f..c403bcbf7e21d21c489653e1fd5c1fd92b29f5a6 100644 (file)
@@ -381,7 +381,7 @@ void lttng_event_notifier_notification_send(
                        struct lttng_interpreter_output output;
 
                        if (capture_bc_runtime->interpreter_funcs.capture(capture_bc_runtime,
-                                       stack_data, &output) & LTTNG_INTERPRETER_RECORD_FLAG)
+                                       stack_data, &output) & LTTNG_UST_BYTECODE_INTERPRETER_RECORD_FLAG)
                                notification_append_capture(&notif, &output);
                        else
                                notification_append_empty_capture(&notif);
This page took 0.023089 seconds and 4 git commands to generate.