Add already enabled UST event error code
[lttng-tools.git] / include / lttng / lttng-error.h
index 26f05ab4a73bd4a9b4e3036ae0d9842a8c8ab719..9cb74a12237d82298a4caf0b78f22b01510036e3 100644 (file)
@@ -75,7 +75,7 @@ enum lttng_error_code {
        /* 52 */
        LTTNG_ERR_KERN_LIST_FAIL         = 53,  /* Kernel listing events failed */
        LTTNG_ERR_UST_CALIBRATE_FAIL     = 54,  /* UST calibration failed */
-       /* 55 */
+       LTTNG_ERR_UST_EVENT_ENABLED      = 55,  /* UST event already enabled. */
        LTTNG_ERR_UST_SESS_FAIL          = 56,  /* UST create session failed */
        LTTNG_ERR_UST_CHAN_EXIST         = 57,  /* UST channel already exist */
        LTTNG_ERR_UST_CHAN_FAIL          = 58,  /* UST create channel failed */
This page took 0.023962 seconds and 4 git commands to generate.