Fix: report to client when snapshot will be empty
[lttng-tools.git] / include / lttng / lttng-error.h
index 5e0dd07b272027b9b50539d6a17c6d73f2f362cc..817cbe8f1bab8b30e2717e327d843ce45a2616b3 100644 (file)
@@ -101,7 +101,7 @@ 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 */
+       LTTNG_ERR_SNAPSHOT_NODATA        = 71,  /* No data in snapshot. */
        /* 72 */
        /* 73 */
        LTTNG_ERR_UST_LIST_FAIL          = 74,  /* UST listing events failed */
This page took 0.023919 seconds and 4 git commands to generate.