X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=b43c88fbe3de578462f83f1860a3f385d89528f0;hp=5e0dd07b272027b9b50539d6a17c6d73f2f362cc;hb=1c20f0e29cbf8627bfb1ff444572d52d6655c4e2;hpb=3c4599b9a5c12ceff19368c6cd51e01d81824726 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 5e0dd07b2..b43c88fbe 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -82,7 +82,7 @@ enum lttng_error_code { LTTNG_ERR_KERN_STREAM_FAIL = 49, /* Kernel create stream failed */ LTTNG_ERR_START_SESSION_ONCE = 50, /* Session needs to be started once. */ LTTNG_ERR_SNAPSHOT_FAIL = 51, /* Snapshot record failed. */ - /* 52 */ + LTTNG_ERR_NO_STREAM = 52, /* Index without stream on relay. */ LTTNG_ERR_KERN_LIST_FAIL = 53, /* Kernel listing events failed */ LTTNG_ERR_UST_CALIBRATE_FAIL = 54, /* UST calibration failed */ LTTNG_ERR_UST_EVENT_ENABLED = 55, /* UST event already enabled. */