run_filter callback takes const event parameter
[lttng-ust.git] / src / lib / lttng-ust / lttng-bytecode-interpreter.c
index e28e113a712026b692027647b84ede455d3a9d7b..141e57f4d232e4e1338359e2f472f55fc3d33cef 100644 (file)
@@ -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)))
 {
This page took 0.022277 seconds and 4 git commands to generate.