summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-01-13 09:19:20 -0700
committerJens Axboe <axboe@kernel.dk>2019-01-13 09:19:20 -0700
commit4fe9645fa4753a62ef225cc390baed40dfc50f8c (patch)
tree40fdfbb61fe9eb9b7c02893f2e1d777775c4cd3a /src
parent58004cd7a6ddc7a3c28034c1d24c4a80da05e91f (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/liburing.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liburing.map b/src/liburing.map
index 85e78ca..67e5171 100644
--- a/src/liburing.map
+++ b/src/liburing.map
@@ -5,7 +5,7 @@ LIBURING_0.1 {
io_uring_get_completion;
io_uring_wait_completion;
io_uring_submit;
- io_uring_get_iocb;
+ io_uring_get_sqe;
local:
*;