X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=36602448de7288c13b5ee1931d707811198de06e;hp=1fb773806dbcb6924762572e1232e7b12e6fdecc;hb=504521ea8462dbd9c188a59c4d04a1f5a0c4c537;hpb=3ae5c539f96856c83f3f17fbc37660d23462e3e5 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 1fb773806..36602448d 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -158,6 +158,7 @@ enum lttng_error_code { LTTNG_ERR_ROTATION_MULTIPLE_AFTER_STOP = 135, /* Already rotated once after a stop. */ LTTNG_ERR_ROTATION_WRONG_VERSION = 136, /* Session rotation not supported by this kernel tracer version */ LTTNG_ERR_NO_SESSION_OUTPUT = 137, /* Session has no output configured. */ + LTTNG_ERR_ROTATION_NOT_AVAILABLE_RELAY = 138, /* Rotate feature not available on the relay. */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */