Fixing documentation for 2D operations
[tpg/acess2.git] / Kernel / include / vfs.h
index a782104..e3a61d4 100644 (file)
@@ -97,6 +97,12 @@ typedef struct sVFS_Node
        Uint64  Size;   //!< File Size
        
        Uint32  Flags;  //!< File Flags
+       
+       /**
+        * Pointer to cached data (FS Specific)
+        * \note Inode_* will free when the node is uncached this if needed
+        */
+       void    *Data;
        /**
         * \}
         */

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