Implement event notifier
[deliverable/lttng-ust.git] / liblttng-ust / lttng-filter.c
index 5ee12d26e8fb9fa08c91c437652b7b31d2d46a57..70e489fc16841b27d4c7e5fa61dc4d53e61fe2d0 100644 (file)
@@ -584,3 +584,9 @@ void lttng_free_event_filter_runtime(struct lttng_event *event)
 {
        free_filter_runtime(&event->bytecode_runtime_head);
 }
+
+void lttng_free_event_notifier_filter_runtime(
+               struct lttng_event_notifier *event_notifier)
+{
+       free_filter_runtime(&event_notifier->filter_bytecode_runtime_head);
+}
This page took 0.023232 seconds and 5 git commands to generate.