fix submit bug
This commit is contained in:
parent
269fe312ec
commit
71358c8709
|
@ -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[];
|
||||
|
|
Loading…
Reference in New Issue