summaryrefslogtreecommitdiff
path: root/src/liburing.map
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-04-18 08:32:06 -0600
committerJens Axboe <axboe@kernel.dk>2019-04-18 08:38:08 -0600
commit39e0ebd4fc66046bf733a47aaa899a556093ebc6 (patch)
treec5f82c6cd37137063b4e46eeab486fa3b56d7ba7 /src/liburing.map
parent4916320ec374cc5d2b4062c48d2e4c576472b739 (diff)
downloadliburing-39e0ebd4fc66046bf733a47aaa899a556093ebc6.tar.gz
liburing-39e0ebd4fc66046bf733a47aaa899a556093ebc6.tar.bz2
Rename completion helpers
We have io_uring_get_sqe() on the submission side, yet the completion side is named _completion. Rename as follows: io_uring_get_completion() io_uring_peek_cqe() iO_uring_wait_completion() io_uring_wait_cqe() This better tells the user what the _get variant does by calling it _peek instead, and we move to using _cqe() as the postfix instead of _completion. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src/liburing.map')
-rw-r--r--src/liburing.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liburing.map b/src/liburing.map
index 67e5171..06f5002 100644
--- a/src/liburing.map
+++ b/src/liburing.map
@@ -2,8 +2,8 @@ LIBURING_0.1 {
global:
io_uring_queue_init;
io_uring_queue_exit;
- io_uring_get_completion;
- io_uring_wait_completion;
+ io_uring_peek_cqe;
+ io_uring_wait_cqe;
io_uring_submit;
io_uring_get_sqe;
local: