rotate timer working
[deliverable/lttng-tools.git] / include / lttng / lttng-error.h
index d3bf7214efd30e67a4280e90ca725999e874f5ea..4c71ddccc36ce499045f3dbfaad58e0aabd00e03 100644 (file)
@@ -151,7 +151,9 @@ enum lttng_error_code {
        LTTNG_ERR_COMMAND_CANCELLED      = 128, /* Command cancelled. */
        LTTNG_ERR_ROTATE_PENDING         = 129, /* Rotate already pending for this session. */
        LTTNG_ERR_ROTATE_NOT_AVAILABLE   = 130, /* Rotate feature not available for this type of session (e.g: live) */
-       LTTNG_ERR_ROTATE_NO_DATA        = 131, /* No data to rotate. */
+       LTTNG_ERR_ROTATE_NO_DATA         = 131, /* No data to rotate. */
+       LTTNG_ERR_ROTATE_TIMER_EXISTS    = 132, /* Rotate timer already setup for this session. */
+       LTTNG_ERR_ROTATE_SIZE_EXISTS     = 133, /* Rotate size already setup for this session. */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.027845 seconds and 5 git commands to generate.