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