变更table runtime垃圾回收机制的单元测试通过。

This commit is contained in:
zhengchao
2021-08-05 10:08:21 +08:00
parent c7e9b29309
commit c4c1ade152
3 changed files with 22 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ struct ip_plugin_runtime
{
struct EX_data_rt* ex_data_rt;
struct ip_matcher* ip_matcher;
size_t mem_use_by_ip_matcher;
int changed_flag;
};
struct expr_runtime