diff options
author | James Rouzier <rouzier@gmail.com> | 2019-09-25 15:35:06 -0400 |
---|---|---|
committer | James Rouzier <rouzier@gmail.com> | 2019-09-25 20:11:50 -0400 |
commit | 0b88d72b1a4bbf0a90da2067f489fbb788dc1e92 (patch) | |
tree | d877b5fe9c8093771105d23e0b042de8b632338a /.gitignore | |
parent | 46850c3a617e361c133c4da3d6e3069807ebe2b7 (diff) | |
download | liburing-0b88d72b1a4bbf0a90da2067f489fbb788dc1e92.tar.gz liburing-0b88d72b1a4bbf0a90da2067f489fbb788dc1e92.tar.bz2 |
Add io_uring_peek_batch_cqe()
io_uring_peek_batch_cqe(), get multiple cqe from the queue at once.
Returns the number of cqe gotten.
test/cq-peek-batch.c: tests io_uring_peek_batch_cqe()
Signed-off-by: James Rouzier <rouzier@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,7 @@ /test/b19062a56726-test /test/cq-full /test/cq-ready +/test/cq-peek-batch /test/eeed8b54e0df-test /test/fsync /test/io_uring_enter @@ -34,6 +35,7 @@ /test/send_recvmsg /test/sq-full /test/sq-space_left +/test/stdout /test/timeout config-host.h |