From 9b451bc56a6274fcb9cabacfc2c65cdf20162a35 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sun, 25 Jun 2023 20:14:07 +0800 Subject: [PATCH] add checkpoint --- source/libs/stream/src/streamSnapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/stream/src/streamSnapshot.c b/source/libs/stream/src/streamSnapshot.c index 7b0c832665..049939b463 100644 --- a/source/libs/stream/src/streamSnapshot.c +++ b/source/libs/stream/src/streamSnapshot.c @@ -55,8 +55,8 @@ struct SStreamSnapBlockHdr { int8_t flag; int64_t index; char name[128]; - int64_t size; int64_t totalSize; + int64_t size; uint8_t data[]; }; struct SStreamSnapReader {