X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommand.h;h=dcad0a1383524eb5f6a856547d8d88a16f1eb872;hb=d44c5520e024156944a70b8f32c40ccb41153042;hp=9caa7b4034333fc6fd70e41fe17fbfa071e594cf;hpb=990570edd474b304d4c935d82be6201d872025e4;p=lttng-tools.git diff --git a/src/bin/lttng/command.h b/src/bin/lttng/command.h index 9caa7b403..dcad0a138 100644 --- a/src/bin/lttng/command.h +++ b/src/bin/lttng/command.h @@ -20,7 +20,6 @@ #define _LTTNG_CMD_H #include -#include #include #include @@ -31,8 +30,8 @@ enum cmd_error_code { CMD_SUCCESS, CMD_ERROR, CMD_UNDEFINED, - CMD_NOT_IMPLEMENTED, CMD_FATAL, + CMD_WARNING, }; struct cmd_struct {