io_uring_get_iocb() -> io_uring_get_sqe()
Missed this part when the switch was made to full 'sqe'. Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -5,7 +5,7 @@ LIBURING_0.1 {
|
|||||||
io_uring_get_completion;
|
io_uring_get_completion;
|
||||||
io_uring_wait_completion;
|
io_uring_wait_completion;
|
||||||
io_uring_submit;
|
io_uring_submit;
|
||||||
io_uring_get_iocb;
|
io_uring_get_sqe;
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user