Rename struct lttng_probe_ctx to struct lttng_kernel_probe_ctx
[lttng-modules.git] / include / lttng / event-notifier-notification.h
index b044e2fa86f89f777ff968ccceb340d8fb255e4c..b9731961dfb082c82a4811f7f183352330406602 100644 (file)
@@ -10,8 +10,9 @@
 
 #include <lttng/events.h>
 
-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 */
This page took 0.024091 seconds and 4 git commands to generate.