X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=57f9de05bd5089b6be7d646d43ec87eae2fc6ad9;hp=c07bd57b2a88ac50aa0c58e8201d25a876edf54f;hb=d68c9a04537b683991a7355b812b0af954008cf1;hpb=d88744a44aa5f2ca90ab87946692b9eed3120641 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index c07bd57b2..57f9de05b 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -155,6 +155,7 @@ enum lttng_error_code { LTTNG_ERR_ROTATION_SIZE_IS_SET = 132, /* Rotate size already setup for this session. */ LTTNG_ERR_ROTATION_MULTIPLE_AFTER_STOP = 133, /* Already rotated once after a stop. */ LTTNG_ERR_ROTATION_WRONG_VERSION = 134, /* Rotate not supported by this kernel tracer version */ + LTTNG_ERR_NO_SESSION_OUTPUT = 135, /* Session has no output configured. */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */