X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2Flttng-bytecode.c;h=47efdecafd25be983b0e4622f300cf0e6a9d3509;hb=4d451c15c1e519f108b1b6d01fbda2c6975a2a3b;hp=9153674d81f268b032dcfdc273ba22ff37bfc819;hpb=b9f82a28cface9fa168149252d560a7bade056c9;p=lttng-ust.git diff --git a/liblttng-ust/lttng-bytecode.c b/liblttng-ust/lttng-bytecode.c index 9153674d..47efdeca 100644 --- a/liblttng-ust/lttng-bytecode.c +++ b/liblttng-ust/lttng-bytecode.c @@ -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) +{ +}