Changeset 3298ddc in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2008-03-06T22:33:27Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d5d9c53
- Parents:
- 739d00a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
r739d00a r3298ddc 48 48 struct tmpfs_dentry *sibling; 49 49 struct tmpfs_dentry *child; 50 char *name;50 hash_table_t names; /**< All names linking to this TMPFS node. */ 51 51 enum { 52 52 TMPFS_NONE,
Note:
See TracChangeset
for help on using the changeset viewer.