X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommand.h;h=27de0d5a0f1c61b9218c98b2a5e3d356b1612a50;hb=cbbb813a7c2d17a7df2c107f807d1826d45a34fc;hp=922a3d4f2e2c98fa8d25ac4efdd96af46fe21d9b;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76;p=lttng-tools.git diff --git a/src/bin/lttng/command.h b/src/bin/lttng/command.h index 922a3d4f2..27de0d5a0 100644 --- a/src/bin/lttng/command.h +++ b/src/bin/lttng/command.h @@ -26,7 +26,7 @@ #include "utils.h" enum cmd_error_code { - CMD_SUCCESS, + CMD_SUCCESS = 0, CMD_ERROR, CMD_UNDEFINED, CMD_FATAL,