Add CMD_WARNING error code
[lttng-tools.git] / src / bin / lttng / command.h
index 9caa7b4034333fc6fd70e41fe17fbfa071e594cf..dcad0a1383524eb5f6a856547d8d88a16f1eb872 100644 (file)
@@ -20,7 +20,6 @@
 #define _LTTNG_CMD_H
 
 #include <lttng/lttng.h>
-#include <common/lttngerr.h>
 #include <common/common.h>
 #include <common/defaults.h>
 
@@ -31,8 +30,8 @@ enum cmd_error_code {
        CMD_SUCCESS,
        CMD_ERROR,
        CMD_UNDEFINED,
-       CMD_NOT_IMPLEMENTED,
        CMD_FATAL,
+       CMD_WARNING,
 };
 
 struct cmd_struct {
This page took 0.025608 seconds and 5 git commands to generate.