X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-notifier-notification.h;h=b044e2fa86f89f777ff968ccceb340d8fb255e4c;hp=f5ef9b986452cc8346f6be03c87fab1dbe182f7e;hb=99d223adfae9b68800e91bda470c92acb14efae6;hpb=608ab495d4e0beff75f47df2b3a19d7bced0c571 diff --git a/include/lttng/event-notifier-notification.h b/include/lttng/event-notifier-notification.h index f5ef9b98..b044e2fa 100644 --- a/include/lttng/event-notifier-notification.h +++ b/include/lttng/event-notifier-notification.h @@ -10,6 +10,8 @@ #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); #endif /* _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H */