make compile
This commit is contained in:
parent
1f27641205
commit
e85c8d5162
|
@ -46,7 +46,6 @@ typedef struct {
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int64_t uid;
|
int64_t uid;
|
||||||
|
|
||||||
} SBlock;
|
} SBlock;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -63,7 +62,6 @@ typedef struct {
|
||||||
int64_t min;
|
int64_t min;
|
||||||
int16_t maxIdx;
|
int16_t maxIdx;
|
||||||
int16_t minIdx;
|
int16_t minIdx;
|
||||||
char reserverd[20]:
|
|
||||||
} SField;
|
} SField;
|
||||||
|
|
||||||
const char *tsdbFileSuffix[] = {
|
const char *tsdbFileSuffix[] = {
|
||||||
|
|
Loading…
Reference in New Issue