Send indexes in streaming mode
[lttng-tools.git] / include / lttng / lttng-error.h
index 5e0dd07b272027b9b50539d6a17c6d73f2f362cc..b43c88fbe3de578462f83f1860a3f385d89528f0 100644 (file)
@@ -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. */
This page took 0.023812 seconds and 4 git commands to generate.