Implement SDT probe description parsing function
[lttng-tools.git] / include / lttng / lttng-error.h
index d1e9126a6eb4e7f7a1e41d43213564c66da18a3f..c53b6ceac48a5ddbb6a4ca197f78fa2597da7ff6 100644 (file)
@@ -160,6 +160,7 @@ enum lttng_error_code {
        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.022633 seconds and 4 git commands to generate.