Fix: userspace probe accessors are not const-correct
[lttng-tools.git] / include / lttng / lttng-error.h
index 457b8ac5d1c763a80003ac361e2dad0995945e5f..c53b6ceac48a5ddbb6a4ca197f78fa2597da7ff6 100644 (file)
@@ -159,6 +159,8 @@ 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. */
+       LTTNG_ERR_SDT_PROBE_SEMAPHORE    = 140, /* SDT probe guarded by a semaphore. */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.026141 seconds and 5 git commands to generate.