io_uring_unregister_buf_ring - unregister a previously registered buffer ring
Contents
Description
The io_uring_unregister_buf_ring(3) function unregisters a previously registered shared buffer ring
indicated by bgid.
Name
io_uring_unregister_buf_ring - unregister a previously registered buffer ring
Return Value
On success io_uring_unregister_buf_ring(3) returns 0. On failure it returns -errno.
See Also
io_uring_register_buf_ring(3), io_uring_buf_ring_free(3) liburing-2.2 May 18, 2022 io_uring_unregister_buf_ring(3)
Synopsis
#include<liburing.h>intio_uring_unregister_buf_ring(structio_uring*ring,intbgid);
