X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Fevent-notifier-notification.c;h=d4849421f8d421439d2b1a677fe989e67f9092e5;hb=6ba0c2b259f1f99ed3ce8ee2e58e90bc393b704e;hp=fe228c5d0553ed071c1f152f8eb299c8a7ed9f18;hpb=baa8acf3af23bc5d9373144bef8147744b5ae01f;p=lttng-ust.git diff --git a/src/lib/lttng-ust/event-notifier-notification.c b/src/lib/lttng-ust/event-notifier-notification.c index fe228c5d..d4849421 100644 --- a/src/lib/lttng-ust/event-notifier-notification.c +++ b/src/lib/lttng-ust/event-notifier-notification.c @@ -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(¬if, &output); else notification_append_empty_capture(¬if);