Fix: consumerd: use packet sequence number for rotation position
[lttng-tools.git] / include / lttng / lttng-error.h
index c6e1575e78270e7d29c2ad7afc339cc713b41a90..c032d5a7d3757a37c0d2a1e338467f20c29dd137 100644 (file)
@@ -175,6 +175,7 @@ enum lttng_error_code {
        LTTNG_ERR_INVALID_PROTOCOL                     = 152, /* a protocol error occurred */
        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. */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.023671 seconds and 5 git commands to generate.