From 1f3c8c3d8020eb573dd431ff3db1ed9c68cb2ce0 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Tue, 18 Apr 2023 17:15:31 +0800 Subject: [PATCH] fix(stream): update the ref type. --- include/libs/stream/tstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libs/stream/tstream.h b/include/libs/stream/tstream.h index e857cce70d..84f34e1426 100644 --- a/include/libs/stream/tstream.h +++ b/include/libs/stream/tstream.h @@ -345,7 +345,7 @@ typedef struct SStreamMeta { FTaskExpand* expandFunc; int32_t vgId; SRWLatch lock; - int8_t walScan; + int32_t walScan; bool quit; } SStreamMeta;