lttng: Add add-trigger command
[lttng-tools.git] / src / bin / lttng / lttng.c
index 4907a43ba19595cc1b90906a59e2012088007cf8..e760bdbe1311b996ee3eb698adbf79c5e8754e80 100644 (file)
@@ -65,6 +65,7 @@ static struct option long_options[] = {
 /* First level command */
 static struct cmd_struct commands[] =  {
        { "add-context", cmd_add_context},
+       { "add-trigger", cmd_add_trigger},
        { "create", cmd_create},
        { "clear", cmd_clear},
        { "destroy", cmd_destroy},
This page took 0.023008 seconds and 4 git commands to generate.