Changeset f2ec8c8 in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2008-03-11T20:33:53Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 923c39e
- Parents:
- 8ad8e49
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
r8ad8e49 rf2ec8c8 44 44 45 45 typedef struct tmpfs_dentry { 46 unsigned longindex; /**< TMPFS node index. */46 fs_index_t index; /**< TMPFS node index. */ 47 47 link_t dh_link; /**< Dentries hash table link. */ 48 48 struct tmpfs_dentry *sibling;
Note:
See TracChangeset
for help on using the changeset viewer.