X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=95b4698de089bb08440687bbcb226f7ca461bcd2;hb=b4c54822d66aaf7bc10fe27cb8bfd8622b370d6b;hp=ad739bd76e0c58c5577b2f04d50d3468a5cb8307;hpb=9c098f2368d48c28ed02d891ff7f2a9fcc84d5d5;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index ad739bd7..95b4698d 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -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);