fix(stream): update the ref type.

This commit is contained in:
Haojun Liao 2023-04-18 17:15:31 +08:00
parent cc67b631f6
commit 1f3c8c3d80
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ typedef struct SStreamMeta {
FTaskExpand* expandFunc;
int32_t vgId;
SRWLatch lock;
int8_t walScan;
int32_t walScan;
bool quit;
} SStreamMeta;