Add invalid userspace probe location error
[lttng-tools.git] / include / lttng / lttng-error.h
index c6c2daec975dbf36ac36a2af8f4e3cba1748e1da..457b8ac5d1c763a80003ac361e2dad0995945e5f 100644 (file)
@@ -158,6 +158,7 @@ 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. */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.022952 seconds and 4 git commands to generate.