X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=94096ca7f31a445933fe7bd5821afcb06e682e0f;hb=1c1c3634276842a00492e24c3adcf847ae21edc3;hp=f752fc4ad240da2d4e0652ffa0546d5a8c502c67;hpb=fd1f0cde25d3703bfa79fee21e9e5dd433e14d14;p=lttng-tools.git diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index f752fc4ad..94096ca7f 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -101,9 +101,9 @@ enum lttng_error_code { LTTNG_ERR_UST_CONSUMER64_FAIL = 68, /* 64-bit UST consumer start failed */ LTTNG_ERR_UST_CONSUMER32_FAIL = 69, /* 32-bit UST consumer start failed */ LTTNG_ERR_UST_STREAM_FAIL = 70, /* UST create stream failed */ - /* 71 */ - /* 72 */ - /* 73 */ + LTTNG_ERR_SNAPSHOT_NODATA = 71, /* No data in snapshot. */ + LTTNG_ERR_NO_CHANNEL = 72, /* No channel found in the session. */ + LTTNG_ERR_SESSION_INVALID_CHAR = 73, /* Invalid characters found in session name. */ LTTNG_ERR_UST_LIST_FAIL = 74, /* UST listing events failed */ LTTNG_ERR_UST_EVENT_EXIST = 75, /* UST event exist */ LTTNG_ERR_UST_EVENT_NOT_FOUND = 76, /* UST event not found */