Changeset bc216a0 in mainline for uspace/lib/block/libblock.h
- Timestamp:
- 2012-08-07T22:13:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da68871a
- Parents:
- b17518e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.h
rb17518e rbc216a0 84 84 link_t free_link; 85 85 /** Link for placing the block into the block hash table. */ 86 link_t hash_link;86 ht_link_t hash_link; 87 87 /** Buffer with the block data. */ 88 88 void *data;
Note:
See TracChangeset
for help on using the changeset viewer.