This commit is contained in:
liuwentan
2023-04-13 18:53:36 +08:00
parent 571ce08d3b
commit ffc1740a00
6 changed files with 13 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ struct maat_runtime {
struct table_manager *ref_tbl_mgr; //share with maat instance
size_t max_table_num;
uint32_t rule_num;
long long rule_num;
struct maat_kv_store *sequence_map;
struct maat_garbage_bin *ref_garbage_bin;