Rename lttng_condition_event_rule to lttng_condition_on_event
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
index 83ad957fcdb08912e3dd045940609d01c5e4efda..6732a1c3c92c31289918c8188ba13eff0ec3a172 100644 (file)
@@ -4306,7 +4306,7 @@ static enum lttng_error_code trigger_modifies_event_notifier(
        }
 
        *adds_event_notifier = lttng_condition_get_type(condition) ==
-                       LTTNG_CONDITION_TYPE_EVENT_RULE_HIT;
+                       LTTNG_CONDITION_TYPE_ON_EVENT;
 end:
        return ret_code;
 }
This page took 0.023081 seconds and 4 git commands to generate.