X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fevent-notifier-notification.h;h=160b25429e7830625a910719d917a2c4349dc432;hb=0c87bcc6c13ac8338860a1ae8fd03b1d66c4ace5;hp=f5ef9b986452cc8346f6be03c87fab1dbe182f7e;hpb=21f58fb7e62071dae3ddf13817631749bcab4e00;p=lttng-modules.git diff --git a/include/lttng/event-notifier-notification.h b/include/lttng/event-notifier-notification.h index f5ef9b98..160b2542 100644 --- a/include/lttng/event-notifier-notification.h +++ b/include/lttng/event-notifier-notification.h @@ -10,6 +10,9 @@ #include -void lttng_event_notifier_notification_send(struct lttng_event_notifier *event_notifier); +void lttng_event_notifier_notification_send(struct lttng_event_notifier *event_notifier, + struct lttng_probe_ctx *lttng_probe_ctx, + const char *stack_data, + struct lttng_kernel_notifier_ctx *notif_ctx); #endif /* _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H */