lttng: Add add-trigger command
[lttng-tools.git] / src / bin / lttng / lttng.c
index 84dc3a748f6d49596866f72d245e819eb63f5c39..e760bdbe1311b996ee3eb698adbf79c5e8754e80 100644 (file)
@@ -33,7 +33,7 @@ NULL
 ;
 
 /* Variables */
-static char *progname;
+static const char *progname;
 int opt_no_sessiond;
 char *opt_sessiond_path;
 
@@ -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.024075 seconds and 4 git commands to generate.