提交 d459ea6a 编写于 作者: H Hongze Cheng

make it compile

上级 61fb45af
...@@ -470,7 +470,7 @@ static int32_t tsdbSnapWriteTableData(STsdbSnapWriter* pWriter, uint8_t* pData, ...@@ -470,7 +470,7 @@ static int32_t tsdbSnapWriteTableData(STsdbSnapWriter* pWriter, uint8_t* pData,
if (pWriter->pBlock->last) { if (pWriter->pBlock->last) {
// load the last block and merge with the data (todo) // load the last block and merge with the data (todo)
} else { } else {
int32_t c = tBlockCmprFn(&(SBlock){/*TODO*/}, pWriter->pBlock); int32_t c = tBlockCmprFn(&(SBlock){0 /*TODO*/}, pWriter->pBlock);
if (c > 0) { if (c > 0) {
// commit until pWriter->pBlock (todo) // commit until pWriter->pBlock (todo)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册