some code

This commit is contained in:
Hongze Cheng 2023-03-07 10:20:48 +08:00
parent 9a983f2d9e
commit 424a37fd3a
1 changed files with 2 additions and 0 deletions

View File

@ -460,6 +460,8 @@ struct SCompactInfo {
SVnode* pVnode;
int32_t flag;
int64_t commitID;
int64_t stime;
int64_t etime;
};
#ifdef __cplusplus