rcore-os / virtio-drivers

VirtIO guest drivers in Rust.
MIT License
209 stars 63 forks source link

Rename RingBuffer#available to free. #115

Closed qwandor closed 1 year ago

qwandor commented 1 year ago

This avoids using the same name as recv_buffer_available_bytes.

aliciawyy commented 1 year ago

Can we publish a minor patch with the API update?

qwandor commented 1 year ago

Can we publish a minor patch with the API update?

Done.

aliciawyy commented 1 year ago

Thank you