From 71358c8709895de917407dd3958d59f9597585f6 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Wed, 5 Jan 2022 08:25:14 +0000 Subject: [PATCH] fix submit bug --- include/common/tmsg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index 75f8537327..bdd4a93856 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -176,6 +176,7 @@ typedef struct SSubmitBlk { // Submit message for this TSDB typedef struct SSubmitMsg { SMsgHead header; + int64_t version; int32_t length; int32_t numOfBlocks; char blocks[];