Add version command
[lttng-tools.git] / lttng / lttng.c
index e6e657cc1ec4e59438bd011b55f5345de7894d19..7c0abfaf211fd42ef309f9bf0eaa47e1ff329a61 100644 (file)
@@ -72,6 +72,7 @@ static struct cmd_struct commands[] =  {
        { "disable-channel", cmd_disable_channels},
        { "add-context", cmd_add_context},
        { "set-session", cmd_set_session},
+       { "version", cmd_version},
        { NULL, NULL}   /* Array closure */
 };
 
This page took 0.022863 seconds and 4 git commands to generate.