add the definition of new API

This commit is contained in:
root
2024-11-13 09:34:57 +00:00
parent 2dfcf103c0
commit 8f44d0677c
2 changed files with 49 additions and 10 deletions

View File

@@ -145,7 +145,7 @@ struct rule_compile_state {
UT_array *exclude_not_conditions;
UT_array *direct_hit_objects;
UT_array *indirect_hit_objects;
UT_array *last_hit_objects;
UT_array *last_hit_objects;//TODO: ???????
UT_array *hit_rule_table_ids;
struct negate_attribute_object *hit_negate_attribute_objects;
};