Fix: sessions with agent channels fail to load
[lttng-tools.git] / include / lttng / lttng-error.h
index 36602448de7288c13b5ee1931d707811198de06e..3c72aeeec58525b3ff5711765f0391a56d831ec8 100644 (file)
@@ -159,6 +159,7 @@ enum lttng_error_code {
        LTTNG_ERR_ROTATION_WRONG_VERSION   = 136, /* Session rotation not supported by this kernel tracer version */
        LTTNG_ERR_NO_SESSION_OUTPUT        = 137, /* Session has no output configured. */
        LTTNG_ERR_ROTATION_NOT_AVAILABLE_RELAY     = 138, /* Rotate feature not available on the relay. */
+       LTTNG_ERR_AGENT_TRACING_DISABLED = 139, /* Agent tracing disabled. */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.022993 seconds and 4 git commands to generate.