X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=b3d65ee159fc61c0c627bc4a98260a84d6d016c5;hp=c032d5a7d3757a37c0d2a1e338467f20c29dd137;hb=a237c7e3081ea5b1b3af384601c1b5489479ba5b;hpb=214f70e02431aeebcf2d297c88f4add2e23ffe3f diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index c032d5a7d..b3d65ee15 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -176,6 +176,10 @@ enum lttng_error_code { LTTNG_ERR_FILE_CREATION_ERROR = 153, /* failed to create a file */ LTTNG_ERR_TIMER_STOP_ERROR = 154, /* failed to stop timer. */ LTTNG_ERR_ROTATION_NOT_AVAILABLE_KERNEL = 155, /* Rotation feature not supported by the kernel tracer. */ + LTTNG_ERR_CLEAR_RELAY_DISALLOWED = 156, /* LTTng-relayd peer does not allow lttng clear command. */ + LTTNG_ERR_CLEAR_NOT_AVAILABLE_RELAY = 157, /* Clearing a session is not supported by the relay daemon. */ + LTTNG_ERR_CLEAR_FAIL_CONSUMER = 158, /* Clear failure on consumer */ + LTTNG_ERR_ROTATION_AFTER_STOP_CLEAR = 159, /* Session was already cleared since it became inactive. */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */