lttng rotate command
[lttng-tools.git] / include / lttng / lttng-error.h
index c07bd57b2a88ac50aa0c58e8201d25a876edf54f..57f9de05bd5089b6be7d646d43ec87eae2fc6ad9 100644 (file)
@@ -155,6 +155,7 @@ enum lttng_error_code {
        LTTNG_ERR_ROTATION_SIZE_IS_SET     = 132, /* Rotate size already setup for this session. */
        LTTNG_ERR_ROTATION_MULTIPLE_AFTER_STOP     = 133, /* Already rotated once after a stop. */
        LTTNG_ERR_ROTATION_WRONG_VERSION   = 134, /* Rotate not supported by this kernel tracer version */
+       LTTNG_ERR_NO_SESSION_OUTPUT        = 135, /* Session has no output configured. */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.025641 seconds and 5 git commands to generate.