Simulate buffer usage in notification thread
[lttng-tools.git] / include / lttng / lttng-error.h
index 69a82a6431ebc6da7e43a57a52ce8ac13532b70f..8fdf1a35d87968e2bfd8bc9f265d727f7826e933 100644 (file)
@@ -146,6 +146,7 @@ enum lttng_error_code {
        LTTNG_ERR_REGEN_STATEDUMP_NOMEM  = 123, /* Failed to regenerate the state dump, not enough memory */
        LTTNG_ERR_NOT_SNAPSHOT_SESSION   = 124, /* Session is not in snapshot mode. */
        LTTNG_ERR_INVALID_TRIGGER        = 125, /* Invalid trigger provided. */
+       LTTNG_ERR_COMMAND_CANCELLED      = 126, /* Command cancelled. */
 
        /* MUST be last element */
        LTTNG_ERR_NR,                           /* Last element */
This page took 0.023882 seconds and 5 git commands to generate.