fix submit bug

This commit is contained in:
Hongze Cheng 2022-01-05 08:25:14 +00:00
parent 269fe312ec
commit 71358c8709
1 changed files with 1 additions and 0 deletions

View File

@ -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[];