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

refact

上级 dcd59e57
......@@ -52,6 +52,8 @@ struct SVnodeOptions {
// STqOptions tqOptions; // TODO
};
/* ------------------------ FOR COMPILE ------------------------ */
#if 1
#include "taosmsg.h"
......
......@@ -17,7 +17,6 @@
#define _TD_VNODE_ALLOCATOR_POOL_H_
#include "vnode.h"
#include "vnodeMemAllocator.h"
#ifdef __cplusplus
extern "C" {
......@@ -26,7 +25,7 @@ extern "C" {
typedef struct {
int nexta;
int enda;
SVMemAllocator allocators[3];
SMemAllocator *allocators[3];
} SVAllocatorPool;
int vnodeOpenAllocatorPool(SVnode *pVnode);
......
......@@ -20,9 +20,6 @@
extern "C" {
#endif
typedef struct {
} SVMemAllocator;
#ifdef __cplusplus
}
#endif
......
......@@ -16,6 +16,8 @@
#ifndef _TD_VNODE_SYNC_H_
#define _TD_VNODE_SYNC_H_
#include "sync.h"
#ifdef __cplusplus
extern "C" {
#endif
......
......@@ -21,5 +21,17 @@ int vnodeOpenAllocatorPool(SVnode *pVnode) {
}
void vnodeCloseAllocatorPool(SVnode *pVnode) {
// TODO
if (pVnode->pool) {
}
}
/* ------------------------ STATIC METHODS ------------------------ */
static SVAllocatorPool *vapCreate() {
SVAllocatorPool *pPool = NULL;
/* TODO */
return pPool;
}
static void vapDestroy() {
// TODO
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册