Changeset add5835 in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2008-05-17T20:10:54Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e811bde
- Parents:
- 78a1b7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r78a1b7b radd5835 181 181 link_t uih_link; 182 182 183 futex_t lock; 183 184 dev_handle_t dev_handle; 184 185 fs_index_t index; … … 198 199 /** FAT in-core node. */ 199 200 typedef struct fat_node { 201 futex_t lock; 200 202 fat_node_type_t type; 201 203 fat_idx_t *idx;
Note:
See TracChangeset
for help on using the changeset viewer.