Fix: return error if not in overwrite mode and file exists
[lttng-tools.git] / include / lttng / lttng-error.h
index 87b6f84d6d0a380b7c33cad3914e45da4e40c925..d3f71880f136dac71e6cc554392fff362bc17d7a 100644 (file)
@@ -115,7 +115,7 @@ enum lttng_error_code {
        LTTNG_ERR_KERN_EVENT_ENOSYS      = 82,  /* Kernel event type not supported */
        LTTNG_ERR_NEED_CHANNEL_NAME      = 83,  /* Non-default channel exists within session: channel name needs to be specified with '-c name' */
        LTTNG_ERR_NO_UST                 = 84,  /* LTTng-UST tracer is not supported. Please rebuild lttng-tools with lttng-ust support enabled. */
-       /* 85 */
+       LTTNG_ERR_SAVE_FILE_EXIST        = 85,  /* Session file already exists. */
        /* 86 */
        /* 87 */
        /* 88 */
This page took 0.023877 seconds and 4 git commands to generate.