X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevent-notifier-notification.h;h=b9731961dfb082c82a4811f7f183352330406602;hb=4fe88f504598fd092d4bfc887cda3f8e8c04999e;hp=b044e2fa86f89f777ff968ccceb340d8fb255e4c;hpb=99d223adfae9b68800e91bda470c92acb14efae6;p=lttng-modules.git diff --git a/include/lttng/event-notifier-notification.h b/include/lttng/event-notifier-notification.h index b044e2fa..b9731961 100644 --- a/include/lttng/event-notifier-notification.h +++ b/include/lttng/event-notifier-notification.h @@ -10,8 +10,9 @@ #include -void lttng_event_notifier_notification_send(struct lttng_event_notifier *event_notifier, - struct lttng_probe_ctx *lttng_probe_ctx, - const char *stack_data); +void lttng_event_notifier_notification_send(struct lttng_kernel_event_notifier *event_notifier, + const char *stack_data, + struct lttng_kernel_probe_ctx *probe_ctx, + struct lttng_kernel_notification_ctx *notif_ctx); #endif /* _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H */