[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

@@ -70,7 +70,7 @@ struct expr_item {
struct expr_runtime {
struct adapter_hs *hs;
struct rcu_hash_table *item_hash; // store hs_expr rule for rebuild adapter_hs instance
struct rcu_hash_table *item_hash; // <item_id, struct expr_item>
long long version; //expr_rt version
long long rule_num;