Changes in uspace/srv/fs/exfat/exfat.h [062d900:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat.h
r062d900 r9d58539 106 106 typedef struct { 107 107 /** Used indices (position) hash table link. */ 108 ht_link_t uph_link;108 link_t uph_link; 109 109 /** Used indices (index) hash table link. */ 110 ht_link_t uih_link;110 link_t uih_link; 111 111 112 112 fibril_mutex_t lock;
Note:
See TracChangeset
for help on using the changeset viewer.