X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-bytecode-interpreter.c;h=141e57f4d232e4e1338359e2f472f55fc3d33cef;hb=9c098f2368d48c28ed02d891ff7f2a9fcc84d5d5;hp=e28e113a712026b692027647b84ede455d3a9d7b;hpb=407937dc27362ba6f169a7b2a01e41f4ab6ede82;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-bytecode-interpreter.c b/src/lib/lttng-ust/lttng-bytecode-interpreter.c index e28e113a..141e57f4 100644 --- a/src/lib/lttng-ust/lttng-bytecode-interpreter.c +++ b/src/lib/lttng-ust/lttng-bytecode-interpreter.c @@ -2511,7 +2511,7 @@ end: /* * Return LTTNG_UST_EVENT_FILTER_ACCEPT or LTTNG_UST_EVENT_FILTER_REJECT. */ -int lttng_ust_interpret_event_filter(struct lttng_ust_event_common *event, +int lttng_ust_interpret_event_filter(const struct lttng_ust_event_common *event, const char *interpreter_stack_data, void *event_filter_ctx __attribute__((unused))) {