X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-bytecode-interpreter.c;h=141e57f4d232e4e1338359e2f472f55fc3d33cef;hb=11bce05634f2217def46fbbdb492afbf3dd664c2;hp=c5f75629a5e3a24bd3b672739abacb4efd3c6ad5;hpb=36c52fffa1beb46c7c15bb6ac4a4179cae373b98;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 c5f75629..141e57f4 100644 --- a/src/lib/lttng-ust/lttng-bytecode-interpreter.c +++ b/src/lib/lttng-ust/lttng-bytecode-interpreter.c @@ -17,7 +17,7 @@ #include "lib/lttng-ust/events.h" #include "lttng-bytecode.h" -#include "string-utils.h" +#include "common/strutils.h" /* @@ -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))) {