Implement capturing payload on event notifier
[lttng-modules.git] / include / lttng / event-notifier-notification.h
index f5ef9b986452cc8346f6be03c87fab1dbe182f7e..b044e2fa86f89f777ff968ccceb340d8fb255e4c 100644 (file)
@@ -10,6 +10,8 @@
 
 #include <lttng/events.h>
 
-void lttng_event_notifier_notification_send(struct lttng_event_notifier *event_notifier);
+void lttng_event_notifier_notification_send(struct lttng_event_notifier *event_notifier,
+               struct lttng_probe_ctx *lttng_probe_ctx,
+               const char *stack_data);
 
 #endif /* _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H */
This page took 0.023309 seconds and 4 git commands to generate.