X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=8184817712026e246698e74ebb511ad59d060fcb;hb=fb198a1138d32ac7218695c564909d96018eb1b7;hp=94096ca7f31a445933fe7bd5821afcb06e682e0f;hpb=00c76ceaeb0074e47167be56c0920284e6a0360e;p=lttng-tools.git diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 94096ca7f..818481771 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -142,6 +142,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_SAVE_IO_FAIL = 112, /* IO error while writting session configuration */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */