Fix: userspace probe accessors are not const-correct
[lttng-tools.git] / include / lttng / lttng-error.h
index c6c2daec975dbf36ac36a2af8f4e3cba1748e1da..c53b6ceac48a5ddbb6a4ca197f78fa2597da7ff6 100644 (file)
@@ -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 */
This page took 0.025656 seconds and 5 git commands to generate.