Disallow wildcards in event names except as the last character
[lttng-tools.git] / include / lttng / lttng-error.h
index e6c30d6604c491034a65fb5ba35aa4794782108c..1220e489a1b70d5815c9d5ea39e08e994eb0d8b6 100644 (file)
@@ -132,6 +132,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_INVALID_EVENT_NAME     = 112, /* Invalid event name */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.026021 seconds and 5 git commands to generate.