Changes in uspace/lib/block/block.h [3d35386:b7adc22] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/block.h
r3d35386 rb7adc22 81 81 /** Size of the block. */ 82 82 size_t size; 83 /** Number of write failures. */84 int write_failures;85 83 /** Link for placing the block into the free block list. */ 86 84 link_t free_link;
Note:
See TracChangeset
for help on using the changeset viewer.