feat: lseek(2), read(2), write(2) implementation
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / twifs.h
index 8df3ddcf61ef031f09aae295e5aed1b10e68553a..b83b1a4e84a53128fb230f9373c95f8632b100ba 100644 (file)
@@ -7,6 +7,7 @@ struct twifs_node
 {
     struct v_inode* inode;
     struct hstr name;
+    void* data;
     uint32_t itype;
     struct llist_header children;
     struct llist_header siblings;