notification_send callback takes const event_notifier parameter
[lttng-ust.git] / include / lttng / ust-events.h
index ad739bd76e0c58c5577b2f04d50d3468a5cb8307..95b4698de089bb08440687bbcb226f7ca461bcd2 100644 (file)
@@ -422,7 +422,7 @@ struct lttng_ust_event_notifier {
        struct lttng_ust_event_notifier_private *priv;  /* Private event notifier interface */
 
        int eval_capture;                               /* Need to evaluate capture */
-       void (*notification_send)(struct lttng_ust_event_notifier *event_notifier,
+       void (*notification_send)(const struct lttng_ust_event_notifier *event_notifier,
                const char *stack_data,
                struct lttng_ust_notification_ctx *notif_ctx);
 
This page took 0.022742 seconds and 4 git commands to generate.