lttng add-trigger: rename on-event condition to event-rule-matches
[lttng-tools.git] / src / bin / lttng / commands / add_trigger.c
index af5c420e1fe769a708dcaf8e03da5efb93c53339..af58d7b316d604cc3839780fdd22d758b79f64f4 100644 (file)
@@ -1284,7 +1284,7 @@ struct condition_descr {
 
 static const
 struct condition_descr condition_descrs[] = {
-       { "on-event", handle_condition_event },
+       { "event-rule-matches", handle_condition_event },
        { "on-session-consumed-size", handle_condition_session_consumed_size },
        { "on-buffer-usage-high", handle_condition_buffer_usage_high },
        { "on-buffer-usage-low", handle_condition_buffer_usage_low },
This page took 0.023132 seconds and 4 git commands to generate.