Refactoring: event structures
[lttng-modules.git] / include / lttng / event-notifier-notification.h
index 160b25429e7830625a910719d917a2c4349dc432..a0eb7d70b23e805d7ac8a1a0b30908652d9f5d1c 100644 (file)
@@ -10,9 +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,
+void lttng_event_notifier_notification_send(struct lttng_kernel_event_notifier *event_notifier,
+               struct lttng_probe_ctx *probe_ctx,
                const char *stack_data,
-               struct lttng_kernel_notifier_ctx *notif_ctx);
+               struct lttng_kernel_notification_ctx *notif_ctx);
 
 #endif /* _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H */
This page took 0.023245 seconds and 4 git commands to generate.