bytecode: rename `lttng_filter_sync_state()` -> `lttng_bytecode_filter_sync_state()`
[lttng-modules.git] / src / lttng-bytecode.c
index 79c581c812c54541d24a38909f4d941e8ba9fa86..664a6aeeb133302ce14864434bbe499ffce41f1f 100644 (file)
@@ -467,7 +467,7 @@ alloc_error:
        return ret;
 }
 
-void lttng_filter_sync_state(struct lttng_bytecode_runtime *runtime)
+void lttng_bytecode_filter_sync_state(struct lttng_bytecode_runtime *runtime)
 {
        struct lttng_bytecode_node *bc = runtime->bc;
 
This page took 0.023292 seconds and 4 git commands to generate.