This commit is contained in:
Hongze Cheng 2020-11-19 03:46:10 +00:00
parent 3d663ad8cc
commit 69796f70c9
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,6 @@
#include "taosdef.h"
#include "hash.h"
#include "hash.h"
#include "taoserror.h"
#include "tglobal.h"
@ -26,6 +25,11 @@
extern "C" {
#endif
typedef struct {
int level;
int id;
} SDiskID;
int tdInitMount(SDiskCfg *pDiskCfg, int ndisk);
void tdDestroyMount();
int tdUpdateDiskInfos();

View File

@ -17,10 +17,6 @@
#include "tdisk.h"
#include "tulog.h"
typedef struct {
int level;
int did;
} SDiskID;
typedef struct {
uint64_t size;