X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Flttng.c;h=84d10eb7222b0e5c72f7db04e0d78cb5c6d275b8;hp=09e336803460b4c20c1c97f89056b2fa14174b47;hb=e953ef25cbc11fb112aa2e23bf2d44867fe585ed;hpb=f3ed775ef4842019b396f06095b053c3a70bc3c8 diff --git a/lttng/lttng.c b/lttng/lttng.c index 09e336803..84d10eb72 100644 --- a/lttng/lttng.c +++ b/lttng/lttng.c @@ -27,7 +27,7 @@ #include #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 */ };