API refactoring: introduce probe context
[lttng-ust.git] / src / lib / lttng-ust / event-notifier-notification.c
index fe228c5d0553ed071c1f152f8eb299c8a7ed9f18..d4849421f8d421439d2b1a677fe989e67f9092e5 100644 (file)
@@ -362,6 +362,7 @@ void notification_send(struct lttng_event_notifier_notification *notif,
 void lttng_event_notifier_notification_send(
                const struct lttng_ust_event_notifier *event_notifier,
                const char *stack_data,
+               struct lttng_ust_probe_ctx *probe_ctx,
                struct lttng_ust_notification_ctx *notif_ctx)
 {
        /*
@@ -386,7 +387,7 @@ void lttng_event_notifier_notification_send(
                        struct lttng_interpreter_output output;
 
                        if (capture_bc_runtime->interpreter_func(capture_bc_runtime,
-                                       stack_data, &output) == LTTNG_UST_BYTECODE_INTERPRETER_OK)
+                                       stack_data, probe_ctx, &output) == LTTNG_UST_BYTECODE_INTERPRETER_OK)
                                notification_append_capture(&notif, &output);
                        else
                                notification_append_empty_capture(&notif);
This page took 0.02337 seconds and 4 git commands to generate.