bytecode: rename `lttng_filter_sync_state()` -> `lttng_bytecode_filter_sync_state()`
[lttng-ust.git] / liblttng-ust / lttng-bytecode.c
index 9153674d81f268b032dcfdc273ba22ff37bfc819..47efdecafd25be983b0e4622f300cf0e6a9d3509 100644 (file)
@@ -493,7 +493,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_ust_bytecode_node *bc = runtime->bc;
 
@@ -590,3 +590,8 @@ void lttng_free_event_notifier_filter_runtime(
 {
        free_filter_runtime(&event_notifier->filter_bytecode_runtime_head);
 }
+
+/* For backward compatibility. Leave those exported symbols in place. */
+void lttng_filter_sync_state(struct lttng_bytecode_runtime *runtime)
+{
+}
This page took 0.023142 seconds and 4 git commands to generate.