Skip to content

Commit

Permalink
Rename ffi io_uring_prep_sock_cmd _> io_uring_prep_cmd_sock()
Browse files Browse the repository at this point in the history
The non-ffi versions already use this name, and to make this as painless
as it can be, rename the ffi version even though it is technically
the better one. The documentation also matches prep_cmd_sock().

Link: #1013
Fixes: 2459fef ("io_uring_prep_cmd: Create a new helper for command ops")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
axboe committed Dec 11, 2023
1 parent 2624f36 commit 92b21aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liburing-ffi.map
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ LIBURING_2.4 {
LIBURING_2.5 {
global:
io_uring_queue_init_mem;
io_uring_prep_sock_cmd;
io_uring_prep_cmd_sock;
io_uring_prep_read_multishot;
io_uring_prep_waitid;
io_uring_prep_futex_wake;
Expand Down

0 comments on commit 92b21aa

Please sign in to comment.