Fix: no-output sessions do not enforce snapshot constraints
[lttng-tools.git] / include / lttng / lttng-error.h
index 0ea77aadbcf9b5475497df2bd8c7a5fbe8cc7dbf..3f645fe1bc33bc9ad68044ed2a1111428fbc6a41 100644 (file)
@@ -167,7 +167,7 @@ enum lttng_error_code {
        LTTNG_ERR_ROTATION_PENDING_RELAY_FAIL_CONSUMER = 144, /* Rotation pending check (relay) failure on consumer */
        LTTNG_ERR_MKDIR_FAIL_CONSUMER    = 145, /* mkdir failure on consumer */
        LTTNG_ERR_CHAN_NOT_FOUND         = 146, /* Channel not found */
-
+       LTTNG_ERR_SNAPSHOT_UNSUPPORTED   = 147, /* Session configuration does not allow the use of snapshots */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.023444 seconds and 4 git commands to generate.