[PATCH]hyperscan version 5.4.0->5.4.2

This commit is contained in:
liuwentan
2023-06-12 18:22:01 +08:00
parent afd6102734
commit 8e882a8f72
7 changed files with 12 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ struct interval_item {
struct interval_runtime {
struct interval_matcher *matcher;
struct rcu_hash_table *item_hash; //store interval rule for rebuild interval_matcher instance
struct rcu_hash_table *item_hash; // <item_id, struct interval_item>
long long version;
long long rule_num;