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