optimize group2group runtime

This commit is contained in:
liuwentan
2023-04-18 09:32:21 +08:00
parent e89bb89fa9
commit aadabcae0f
6 changed files with 50 additions and 22 deletions

View File

@@ -50,7 +50,7 @@ struct rcu_hash_node {
struct rcu_hash_table *htable;
UT_hash_handle hh_a;
UT_hash_handle hh_b;
UT_hash_handle hh_b;
};
void rcu_hash_garbage_queue_free(struct rcu_hash_garbage_q *garbage_q)