Refactoring: Use lttng_event_enabler_match_event for event notifier
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Nov 2021 17:01:29 +0000 (12:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Jul 2024 15:39:52 +0000 (11:39 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iab6e75e81dbf1f6b2277b5aa05bb04418ca07b39

src/lib/lttng-ust/lttng-events.c

index 3c0309bb817ffeb744161ac39ba44fc3bd3bdfc2..aaabc8086239a94479a1adfc245f8c599d28e0db 100644 (file)
@@ -2095,7 +2095,7 @@ int lttng_event_notifier_enabler_ref_event_notifiers(
        cds_list_for_each_entry(event_notifier_priv, &event_notifier_group->event_notifiers_head, node) {
                struct lttng_enabler_ref *enabler_ref;
 
-               if (!lttng_event_notifier_enabler_match_event_notifier(event_notifier_enabler, event_notifier_priv->pub))
+               if (!lttng_event_enabler_match_event(&event_notifier_enabler->parent, event_notifier_priv->parent.pub))
                        continue;
 
                enabler_ref = lttng_enabler_ref(&event_notifier_priv->parent.enablers_ref_head,
This page took 0.024818 seconds and 4 git commands to generate.