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