提交 3906f6a7 编写于 作者: H Hongze Cheng

refact

上级 73d2c81b
...@@ -37,10 +37,10 @@ typedef struct SVnodeCfg SVnodeCfg; ...@@ -37,10 +37,10 @@ typedef struct SVnodeCfg SVnodeCfg;
* @brief Open a VNODE. * @brief Open a VNODE.
* *
* @param path path of the vnode * @param path path of the vnode
* @param pVnodeOptions options of the vnode * @param pVnodeCfg options of the vnode
* @return SVnode* The vnode object * @return SVnode* The vnode object
*/ */
SVnode *vnodeOpen(const char *path, const SVnodeCfg *pVnodeOptions); SVnode *vnodeOpen(const char *path, const SVnodeCfg *pVnodeCfg);
/** /**
* @brief Close a VNODE * @brief Close a VNODE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册