fix(stream): update the ref type.
This commit is contained in:
parent
cc67b631f6
commit
1f3c8c3d80
|
@ -345,7 +345,7 @@ typedef struct SStreamMeta {
|
|||
FTaskExpand* expandFunc;
|
||||
int32_t vgId;
|
||||
SRWLatch lock;
|
||||
int8_t walScan;
|
||||
int32_t walScan;
|
||||
bool quit;
|
||||
} SStreamMeta;
|
||||
|
||||
|
|
Loading…
Reference in New Issue