bytecode: rename `lttng_filter_sync_state()` -> `lttng_bytecode_filter_sync_state()`
[lttng-modules.git] / include / lttng / lttng-bytecode.h
index 3cbb7b10cb995bd2503ed1e169448c9ede4853fb..79a562bfb5c50f57ecff10958f126737e177bb4f 100644 (file)
@@ -281,6 +281,7 @@ struct lttng_interpreter_output {
 
 const char *lttng_bytecode_print_op(enum bytecode_op op);
 
+void lttng_bytecode_filter_sync_state(struct lttng_bytecode_runtime *runtime);
 int lttng_bytecode_validate(struct bytecode_runtime *bytecode);
 int lttng_bytecode_specialize(const struct lttng_event_desc *event_desc,
                struct bytecode_runtime *bytecode);
This page took 0.028034 seconds and 4 git commands to generate.