Fix: channel names are not validated
[lttng-tools.git] / include / lttng / lttng-error.h
index 1220e489a1b70d5815c9d5ea39e08e994eb0d8b6..efdca6520ce3e25bca295d66c2187eacf59f29b9 100644 (file)
@@ -133,6 +133,7 @@ enum lttng_error_code {
        LTTNG_ERR_EXCLUSION_INVAL        = 110, /* Invalid event exclusion data */
        LTTNG_ERR_EXCLUSION_NOMEM        = 111, /* Lack of memory while processing event exclusions */
        LTTNG_ERR_INVALID_EVENT_NAME     = 112, /* Invalid event name */
+       LTTNG_ERR_INVALID_CHANNEL_NAME   = 113, /* Invalid channel name */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.022913 seconds and 4 git commands to generate.