Add disable kernel event support
[lttng-tools.git] / lttng / lttng.c
index 09e336803460b4c20c1c97f89056b2fa14174b47..84d10eb7222b0e5c72f7db04e0d78cb5c6d275b8 100644 (file)
@@ -27,7 +27,7 @@
 #include <lttng/lttng.h>
 
 #include "cmd.h"
-#include "config.h"
+#include "conf.h"
 #include "lttngerr.h"
 
 /* Variables */
@@ -63,6 +63,7 @@ static struct cmd_struct commands[] =  {
        { "start", cmd_start},
        { "stop", cmd_stop},
        { "enable-event", cmd_enable_events},
+       { "disable-event", cmd_disable_events},
        { NULL, NULL}   /* Array closure */
 };
 
This page took 0.022963 seconds and 4 git commands to generate.