Add session configuration save feature to session daemon
[lttng-tools.git] / include / lttng / lttng-error.h
index 94096ca7f31a445933fe7bd5821afcb06e682e0f..8184817712026e246698e74ebb511ad59d060fcb 100644 (file)
@@ -142,6 +142,7 @@ enum lttng_error_code {
        LTTNG_ERR_NO_CONSUMER            = 109, /* No consumer exist for the session */
        LTTNG_ERR_EXCLUSION_INVAL        = 110, /* Invalid event exclusion data */
        LTTNG_ERR_EXCLUSION_NOMEM        = 111, /* Lack of memory while processing event exclusions */
+       LTTNG_ERR_SAVE_IO_FAIL           = 112, /* IO error while writting session configuration */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.024048 seconds and 4 git commands to generate.