X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=df59f8f7b04c77f1a29e9fc09b160aab04d93f68;hb=c25613651ac7525a16b9877230a682fc1a64e036;hp=1030bdfc34f4343d3189f33b1586e323ce2cec92;hpb=7d8829fd67c56102436f3e1e16d652f23076ed86;p=lttng-tools.git diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 1030bdfc3..df59f8f7b 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -137,7 +137,13 @@ enum lttng_error_code { LTTNG_ERR_PID_TRACKED = 114, /* PID already tracked */ LTTNG_ERR_PID_NOT_TRACKED = 115, /* PID not tracked */ LTTNG_ERR_INVALID_CHANNEL_DOMAIN = 116, /* Invalid channel domain */ - LTTNG_ERR_OVERFLOW = 117, /* Overflow occured. */ + LTTNG_ERR_OVERFLOW = 117, /* Overflow occurred. */ + LTTNG_ERR_SESSION_NOT_STARTED = 118, /* Session not started */ + LTTNG_ERR_LIVE_SESSION = 119, /* Live session unsupported */ + LTTNG_ERR_PER_PID_SESSION = 120, /* Per-PID sessions unsupported */ + LTTNG_ERR_KERN_CONTEXT_UNAVAILABLE = 121, /* Context unavailable on this kernel */ + LTTNG_ERR_REGEN_STATEDUMP_FAIL = 122, /* Failed to regenerate the state dump */ + LTTNG_ERR_REGEN_STATEDUMP_NOMEM = 123, /* Failed to regenerate the state dump, not enough memory */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */