提交 4b5030de 编写于 作者: H Hongze Cheng

refact

上级 79e5aeaa
此差异已折叠。
...@@ -33,7 +33,7 @@ struct SVnode { ...@@ -33,7 +33,7 @@ struct SVnode {
char* path; char* path;
SVnodeOptions options; SVnodeOptions options;
SVState state; SVState state;
SVAllocatorPool pool; SVAllocatorPool* pool;
SMemAllocator* inuse; SMemAllocator* inuse;
SMeta* pMeta; SMeta* pMeta;
STsdb* pTsdb; STsdb* pTsdb;
......
...@@ -13,5 +13,4 @@ ...@@ -13,5 +13,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#define _DEFAULT_SOURCE #include "vnodeDef.h"
#include "vnodeRead.h" \ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册