Changeset 7b6d98b in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2008-03-05T22:11:57Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 739d00a
- Parents:
- 3ca7059
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
r3ca7059 r7b6d98b 46 46 unsigned long index; /**< TMPFS node index. */ 47 47 link_t dh_link; /**< Dentries hash table link. */ 48 struct tmpfs_dentry *parent;49 48 struct tmpfs_dentry *sibling; 50 49 struct tmpfs_dentry *child;
Note:
See TracChangeset
for help on using the changeset viewer.