X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=87b6f84d6d0a380b7c33cad3914e45da4e40c925;hp=8184817712026e246698e74ebb511ad59d060fcb;hb=dcf266c050443412ec370bf86ddb3fddd2809eb9;hpb=c864d6d788c58de94111911a9e10d221ec8bc398 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 818481771..87b6f84d6 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -143,6 +143,10 @@ 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_SAVE_IO_FAIL = 112, /* IO error while writting session configuration */ + LTTNG_ERR_LOAD_INVALID_CONFIG = 113, /* Invalid session configuration */ + LTTNG_ERR_LOAD_IO_FAIL = 114, /* IO error while reading a session configuration */ + LTTNG_ERR_LOAD_SESSION_NOT_FOUND = 115, /* Session configuration not found */ + LTTNG_ERR_LOAD_SESSION_NOENT = 116, /* Session file not found */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */