X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=7a686070d21ed14b78c9d1b31b0fcdf1cae9dcbb;hb=1ea29ffdb29c8c9c67f0e40ff4f4173b2f3bf6b0;hp=94096ca7f31a445933fe7bd5821afcb06e682e0f;hpb=0481a6e15eacf84671286ba1d15591f08cae8e1f;p=lttng-tools.git diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 94096ca7f..7a686070d 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -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 */