X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=d1e9126a6eb4e7f7a1e41d43213564c66da18a3f;hp=c6c2daec975dbf36ac36a2af8f4e3cba1748e1da;hb=d0927b411543c173c4fb83abf785fd71a9d29ed1;hpb=66ea93b10c703e1b3dda1e17109eed9138e4ece2 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index c6c2daec9..d1e9126a6 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -158,6 +158,8 @@ enum lttng_error_code { LTTNG_ERR_NO_SESSION_OUTPUT = 135, /* Session has no output configured. */ LTTNG_ERR_ROTATION_NOT_AVAILABLE_RELAY = 136, /* Rotate feature not available on the relay. */ LTTNG_ERR_AGENT_TRACING_DISABLED = 137, /* Agent tracing disabled. */ + LTTNG_ERR_PROBE_LOCATION_INVAL = 138, /* Invalid userspace probe location. */ + LTTNG_ERR_ELF_PARSING = 139, /* ELF parsing error. */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */