cleanup: spelling fixes in comments
[lttng-ust.git] / src / lib / lttng-ust / event-notifier-notification.c
index fe228c5d0553ed071c1f152f8eb299c8a7ed9f18..c13279df58d13351a8832d5b47b6447a074b3bfe 100644 (file)
@@ -199,7 +199,7 @@ void capture_sequence(struct lttng_msgpack_writer *writer,
                /*
                 * We assume that alignment is smaller or equal to the size.
                 * This currently holds true but if it changes in the future,
-                * we will want to change the pointer arithmetics below to
+                * we will want to change the pointer arithmetic below to
                 * take into account that the next element might be further
                 * away.
                 */
@@ -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.024379 seconds and 4 git commands to generate.