This commit is contained in:
Hongze Cheng 2021-11-22 15:39:05 +08:00
parent 73d2c81bd1
commit 3906f6a707
1 changed files with 2 additions and 2 deletions

View File

@ -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