ringbahn / uring-sys

liburing bindings
Apache License 2.0
33 stars 14 forks source link

implement memory freeing for uring probe function #23

Open glommer opened 4 years ago

glommer commented 4 years ago

liburing now supports freeing memory allocated for usage with the feature discovery functionality.

I would be happy to provide the uring-sys implementation which I have in a private branch, but liburing would have to be updated to include at least:

https://github.com/axboe/liburing/commit/caec7386bc1ecf399ce0da315ce48062d7c70642

withoutboats commented 4 years ago

Yea as I mentioned in #22, I'd like to pin to release commits of liburing. Fixing a bug I'd consider, but for new features I want to wait until axboe makes a release of liburing.