Extend the rotation API to provide network trace archive locations
[lttng-tools.git] / src / bin / lttng / lttng.c
index ecfea53ff4b36121c8f56b0747e66298968b57ba..d905af9a683a6ad57c14acbd0f41687aefa30bb0 100644 (file)
@@ -84,6 +84,10 @@ static struct cmd_struct commands[] =  {
        { "list", cmd_list},
        { "load", cmd_load},
        { "metadata", cmd_metadata},
+       { "regenerate", cmd_regenerate},
+       { "rotate", cmd_rotate},
+       { "enable-rotation", cmd_enable_rotation},
+       { "disable-rotation", cmd_disable_rotation},
        { "save", cmd_save},
        { "set-session", cmd_set_session},
        { "snapshot", cmd_snapshot},
@@ -92,10 +96,8 @@ static struct cmd_struct commands[] =  {
        { "stop", cmd_stop},
        { "track", cmd_track},
        { "untrack", cmd_untrack},
-       { "help", NULL},
        { "version", cmd_version},
        { "view", cmd_view},
-       { "regenerate", cmd_regenerate},
        { NULL, NULL}   /* Array closure */
 };
 
This page took 0.023205 seconds and 4 git commands to generate.