Remove unnecessary inclusions of version.h
[lttng-tools.git] / src / bin / lttng / lttng.c
index bf2128ca35896dbbc998ecadf125e7eb4774ed6d..08eea54a63200f953ce6e0046d80ababc324e8c9 100644 (file)
@@ -32,6 +32,7 @@
 #include <common/utils.h>
 
 #include "command.h"
+#include "version.h"
 
 static const char *help_msg =
 #ifdef LTTNG_EMBED_HELP
@@ -85,6 +86,9 @@ static struct cmd_struct commands[] =  {
        { "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},
This page took 0.025052 seconds and 5 git commands to generate.