Fix: channel names are not validated
[lttng-tools.git] / include / lttng / lttng-error.h
index 94096ca7f31a445933fe7bd5821afcb06e682e0f..7a686070d21ed14b78c9d1b31b0fcdf1cae9dcbb 100644 (file)
@@ -142,6 +142,8 @@ 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 */
+       /* 112 */
+       LTTNG_ERR_INVALID_CHANNEL_NAME   = 113, /* Invalid channel name */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.024951 seconds and 4 git commands to generate.