X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=d1e9126a6eb4e7f7a1e41d43213564c66da18a3f;hb=d0927b411543c173c4fb83abf785fd71a9d29ed1;hp=457b8ac5d1c763a80003ac361e2dad0995945e5f;hpb=4b223a6755662f272f7db155ee380528728e5dd1;p=lttng-tools.git diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 457b8ac5d..d1e9126a6 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -159,6 +159,7 @@ enum lttng_error_code { 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 */