io_uring_unregister_buf_ring
unregister a previously registered buffer ring
- Provided by: liburing-dev (Version: 2.5-1build1)
- Source: liburing
- Report a bug
unregister a previously registered buffer ring
#include <liburing.h>
int io_uring_unregister_buf_ring(struct io_uring *ring,
int bgid);
The io_uring_unregister_buf_ring(3) function unregisters a previously registered shared buffer ring indicated by bgid.
On success io_uring_unregister_buf_ring(3) returns 0. On failure it returns -errno.