iou icon indicating copy to clipboard operation
iou copied to clipboard

make buf_index u32 for prep_write_fixed

Open glommer opened this issue 4 years ago • 0 comments

This is u32 for prep_read_fixed. It is confusing to have differing types for both operations. Standardizing on u32 seems to match a trend towards uring deterministic size types for these operations.

glommer avatar Feb 12 '21 11:02 glommer