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

more code

上级 f100a328
...@@ -60,6 +60,7 @@ static int32_t get_current_temp(STsdb *pTsdb, char fname[], EFsEditType etype) { ...@@ -60,6 +60,7 @@ static int32_t get_current_temp(STsdb *pTsdb, char fname[], EFsEditType etype) {
} }
static int32_t save_fs_to_file(struct STFileSystem *pFS, const char *fname) { static int32_t save_fs_to_file(struct STFileSystem *pFS, const char *fname) {
cJSON *pJson = NULL;
ASSERTS(0, "TODO: Not implemented yet"); ASSERTS(0, "TODO: Not implemented yet");
return 0; return 0;
} }
......
...@@ -31,7 +31,6 @@ typedef enum { ...@@ -31,7 +31,6 @@ typedef enum {
TSDB_FTYPE_DATA, // .data TSDB_FTYPE_DATA, // .data
TSDB_FTYPE_SMA, // .sma TSDB_FTYPE_SMA, // .sma
TSDB_FTYPE_TOMB, // .tomb TSDB_FTYPE_TOMB, // .tomb
TSDB_FTYPE_MAX, // max file type
TSDB_FTYPE_STT, // .stt TSDB_FTYPE_STT, // .stt
} tsdb_ftype_t; } tsdb_ftype_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册