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

adjust more code

上级 cc116b21
...@@ -574,7 +574,7 @@ struct SDelFWriter { ...@@ -574,7 +574,7 @@ struct SDelFWriter {
SDelFile fDel; SDelFile fDel;
TdFilePtr pWriteH; TdFilePtr pWriteH;
uint8_t *pBuf1; uint8_t *aBuf[1];
}; };
struct SDataFWriter { struct SDataFWriter {
...@@ -591,10 +591,7 @@ struct SDataFWriter { ...@@ -591,10 +591,7 @@ struct SDataFWriter {
SLastFile fLast; SLastFile fLast;
SSmaFile fSma; SSmaFile fSma;
uint8_t *pBuf1; uint8_t *aBuf[4];
uint8_t *pBuf2;
uint8_t *pBuf3;
uint8_t *pBuf4;
}; };
struct STsdbReadSnap { struct STsdbReadSnap {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册