Contexts for RT debugging
[lttng-tools.git] / include / lttng / lttng-error.h
index b55d9478c5f25958786d3f224c4feff82e532ce1..c96322351d76ceba8b9fbb6567cd8d40d1bf0b14 100644 (file)
@@ -141,6 +141,7 @@ enum lttng_error_code {
        LTTNG_ERR_SESSION_NOT_STARTED    = 118, /* Session not started */
        LTTNG_ERR_LIVE_SESSION           = 119, /* Live session unsupported */
        LTTNG_ERR_PER_PID_SESSION        = 120, /* Per-PID sessions unsupported */
+       LTTNG_ERR_KERN_CONTEXT_UNAVAILABLE = 121, /* Context unavailable on this kernel */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.02283 seconds and 4 git commands to generate.