X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;fp=include%2Flttng%2Fust-events.h;h=ad739bd76e0c58c5577b2f04d50d3468a5cb8307;hb=9c098f2368d48c28ed02d891ff7f2a9fcc84d5d5;hp=2232212fed73f7a55ff71a717b2bcbd0e0a2c5a9;hpb=407937dc27362ba6f169a7b2a01e41f4ab6ede82;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 2232212f..ad739bd7 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -349,7 +349,7 @@ struct lttng_ust_event_common { int enabled; int eval_filter; /* Need to evaluate filters */ - int (*run_filter)(struct lttng_ust_event_common *event, + int (*run_filter)(const struct lttng_ust_event_common *event, const char *stack_data, void *filter_ctx);