fix submit bug
This commit is contained in:
parent
269fe312ec
commit
71358c8709
|
@ -176,6 +176,7 @@ typedef struct SSubmitBlk {
|
||||||
// Submit message for this TSDB
|
// Submit message for this TSDB
|
||||||
typedef struct SSubmitMsg {
|
typedef struct SSubmitMsg {
|
||||||
SMsgHead header;
|
SMsgHead header;
|
||||||
|
int64_t version;
|
||||||
int32_t length;
|
int32_t length;
|
||||||
int32_t numOfBlocks;
|
int32_t numOfBlocks;
|
||||||
char blocks[];
|
char blocks[];
|
||||||
|
|
Loading…
Reference in New Issue