X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=d3f71880f136dac71e6cc554392fff362bc17d7a;hp=87b6f84d6d0a380b7c33cad3914e45da4e40c925;hb=f9b57ab287f585d3ec0a196af5e05e00fe23f6eb;hpb=95a29ab808f93c74a910b2fc8ee25833bfbc46d7 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 87b6f84d6..d3f71880f 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -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 */