X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fcondition.h;h=7aff1469b1dc8ae6eae6432df5cb577dc9e4ba7f;hb=48a4000561343808724f7cb5fa8c131877489ccd;hp=6681cf76fe693e68479dc6037b6c5fcad541a148;hpb=81d566c913e31b5dbd6ec304e679a3b248abec2b;p=lttng-tools.git diff --git a/include/lttng/condition/condition.h b/include/lttng/condition/condition.h index 6681cf76f..7aff1469b 100644 --- a/include/lttng/condition/condition.h +++ b/include/lttng/condition/condition.h @@ -21,7 +21,7 @@ enum lttng_condition_type { LTTNG_CONDITION_TYPE_BUFFER_USAGE_LOW = 102, LTTNG_CONDITION_TYPE_SESSION_ROTATION_ONGOING = 103, LTTNG_CONDITION_TYPE_SESSION_ROTATION_COMPLETED = 104, - LTTNG_CONDITION_TYPE_EVENT_RULE_HIT = 105, + LTTNG_CONDITION_TYPE_EVENT_RULE_MATCHES = 105, }; enum lttng_condition_status {