Internal logging lazy-initialization
[lttng-ust.git] / src / lib / lttng-ust / lttng-bytecode-interpreter.c
index cb128a692adda5de9901429964c2bdf96d535bc8..141e57f4d232e4e1338359e2f472f55fc3d33cef 100644 (file)
 #include <urcu/rculist.h>
 #include <lttng/ust-endian.h>
 #include <lttng/ust-events.h>
-#include "ust-events-internal.h"
+#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)))
 {
This page took 0.024925 seconds and 4 git commands to generate.