Add new error codes for exclusion processing
[lttng-tools.git] / include / lttng / lttng-error.h
index 7631dbcc2aaf95204f878272c784daccc3a80627..f752fc4ad240da2d4e0652ffa0546d5a8c502c67 100644 (file)
@@ -140,6 +140,8 @@ enum lttng_error_code {
        LTTNG_ERR_FILTER_NOMEM           = 107, /* Lack of memory for filter bytecode */
        LTTNG_ERR_FILTER_EXIST           = 108, /* Filter already exist */
        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 */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.022573 seconds and 4 git commands to generate.