patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -19,9 +19,9 @@
EASY_CPP_START
typedef struct mod_stat_t {
uint64_t id;
int64_t count;
int64_t size;
uint64_t id;
int64_t count;
int64_t size;
} mod_stat_t;
extern __thread mod_stat_t* easy_cur_mod_stat;