Attempting to fix heap corruption
[tpg/acess2.git] / Kernel / include / vfs.h
index 4f1fc66..c2f2e35 100644 (file)
@@ -104,6 +104,13 @@ typedef struct sVFS_Node
         *       this if needed
         */
        void    *Data;
+       
+       /**
+        * \brief Node mutex
+        * \note Provided for the Filesystem driver's use
+        */
+       tMutex  Lock;
+       
        /**
         * \}
         */

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