X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=3c72aeeec58525b3ff5711765f0391a56d831ec8;hp=1fb773806dbcb6924762572e1232e7b12e6fdecc;hb=36d1687c718cc647604741cf21e1ffa0b3459429;hpb=259c267446a63c501298f39a5d2397314b11f729 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 1fb773806..3c72aeeec 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -158,6 +158,8 @@ 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. */ + LTTNG_ERR_AGENT_TRACING_DISABLED = 139, /* Agent tracing disabled. */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */