ust-fd: Add close_range declaration
[lttng-ust.git] / liblttng-ust / lttng-filter.h
index e425b4a535426a398f809d7cd5742931a357ec6a..09446507cb6fa79160d3d9412d6264d2611116a0 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <errno.h>
 #include <stdio.h>
+#include <stdbool.h>
 #include <helper.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-context-provider.h>
@@ -290,6 +291,7 @@ struct estack {
 const char *print_op(enum filter_op op);
 
 int lttng_filter_validate_bytecode(struct bytecode_runtime *bytecode);
+int lttng_filter_validate_bytecode_load(struct bytecode_runtime *bytecode);
 int lttng_filter_specialize_bytecode(struct lttng_event *event,
                struct bytecode_runtime *bytecode);
 
This page took 0.025609 seconds and 4 git commands to generate.