X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=c53b6ceac48a5ddbb6a4ca197f78fa2597da7ff6;hb=f4d0bb2e92e94cb5eb304c8e92afcc804591539d;hp=c6c2daec975dbf36ac36a2af8f4e3cba1748e1da;hpb=66ea93b10c703e1b3dda1e17109eed9138e4ece2;p=lttng-tools.git diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index c6c2daec9..c53b6ceac 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -158,6 +158,9 @@ 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. */ + LTTNG_ERR_SDT_PROBE_SEMAPHORE = 140, /* SDT probe guarded by a semaphore. */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */