Comment/documentation change to the VFS
[tpg/acess2.git] / Kernel / include / vfs.h
index 11e3555..337d8e7 100644 (file)
@@ -55,6 +55,9 @@ typedef struct sVFS_Node {
        /**
         * \brief Close (dereference) the node
         * \param Node  Pointer to this node
+        * 
+        * Usually .Close is used to write any changes to the node back to
+        * the persistent storage.
         */
        void    (*Close)(struct sVFS_Node *Node);
        

UCC git Repository :: git.ucc.asn.au