Rename struct lttng_event to struct lttng_ust_event_recorder
[lttng-ust.git] / liblttng-ust / lttng-bytecode.c
index 5956f7bab45fe3a942f1219e229dc5a5f6585610..be666c7b7441a930ef34a3abcc6f3acb62e7a135 100644 (file)
@@ -608,9 +608,9 @@ void free_filter_runtime(struct cds_list_head *bytecode_runtime_head)
        }
 }
 
-void lttng_free_event_filter_runtime(struct lttng_event *event)
+void lttng_free_event_recorder_filter_runtime(struct lttng_ust_event_recorder *event_recorder)
 {
-       free_filter_runtime(&event->parent->filter_bytecode_runtime_head);
+       free_filter_runtime(&event_recorder->parent->filter_bytecode_runtime_head);
 }
 
 void lttng_free_event_notifier_filter_runtime(
This page took 0.023047 seconds and 4 git commands to generate.