lttng: Capture is only supported by tracepoint and syscall event-rules
[lttng-tools.git] / include / lttng / condition / condition.h
index 78a206df3180fd929d3c0b4225ac4f1810cf117f..6681cf76fe693e68479dc6037b6c5fcad541a148 100644 (file)
@@ -30,6 +30,7 @@ enum lttng_condition_status {
        LTTNG_CONDITION_STATUS_UNKNOWN = -2,
        LTTNG_CONDITION_STATUS_INVALID = -3,
        LTTNG_CONDITION_STATUS_UNSET = -4,
+       LTTNG_CONDITION_STATUS_UNSUPPORTED = -5,
 };
 
 /*
This page took 0.023041 seconds and 4 git commands to generate.