more work

This commit is contained in:
Hongze Cheng 2022-07-06 08:07:02 +00:00
parent c70d2a578a
commit 8d92366ed1
1 changed files with 6 additions and 0 deletions

View File

@ -463,6 +463,12 @@ _err:
return code; return code;
} }
static int32_t tsdbSnapWriteDelEnd(STsdbSnapWriter* pWriter) {
int32_t code = 0;
// TODO
return code;
}
int32_t tsdbSnapWriterOpen(STsdb* pTsdb, int64_t sver, int64_t ever, STsdbSnapWriter** ppWriter) { int32_t tsdbSnapWriterOpen(STsdb* pTsdb, int64_t sver, int64_t ever, STsdbSnapWriter** ppWriter) {
int32_t code = 0; int32_t code = 0;
STsdbSnapWriter* pWriter = NULL; STsdbSnapWriter* pWriter = NULL;