X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevent-notifier-notification.h;h=b9731961dfb082c82a4811f7f183352330406602;hb=6c8c025bf7552b6073c5c1884e1493badd842f42;hp=160b25429e7830625a910719d917a2c4349dc432;hpb=c3eddb2e2effc01eee7bc778c21431bf45a8ffdc;p=lttng-modules.git diff --git a/include/lttng/event-notifier-notification.h b/include/lttng/event-notifier-notification.h index 160b2542..b9731961 100644 --- a/include/lttng/event-notifier-notification.h +++ b/include/lttng/event-notifier-notification.h @@ -10,9 +10,9 @@ #include -void lttng_event_notifier_notification_send(struct lttng_event_notifier *event_notifier, - struct lttng_probe_ctx *lttng_probe_ctx, +void lttng_event_notifier_notification_send(struct lttng_kernel_event_notifier *event_notifier, const char *stack_data, - struct lttng_kernel_notifier_ctx *notif_ctx); + struct lttng_kernel_probe_ctx *probe_ctx, + struct lttng_kernel_notification_ctx *notif_ctx); #endif /* _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H */