X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fevent-notifier-notification.h;h=539900b31417052df6b41be539395efb6218e166;hb=0fe45627bdbdb4e81c042bc9b784e4b47abfa4b6;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..539900b3 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_probe_ctx *probe_ctx, + struct lttng_kernel_notification_ctx *notif_ctx); #endif /* _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H */