修复延迟更新执行判断的bug,修复 #15

This commit is contained in:
zhengchao
2019-06-15 14:01:06 +08:00
parent 0ed7476e0d
commit 93da3eea24
2 changed files with 17 additions and 9 deletions

View File

@@ -283,7 +283,9 @@ struct Maat_scanner_t
time_t last_update_time;
mcore_long_t ref_cnt;
rule_scanner_t region;
long gie_total_q_size;
size_t gie_update_q_size;
size_t to_update_group_cnt;
size_t to_update_compile_cnt;
struct Maat_table_runtime* table_rt[MAX_TABLE_NUM];