summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames Rouzier <rouzier@gmail.com>2019-09-25 15:35:06 -0400
committerJames Rouzier <rouzier@gmail.com>2019-09-25 20:11:50 -0400
commit0b88d72b1a4bbf0a90da2067f489fbb788dc1e92 (patch)
treed877b5fe9c8093771105d23e0b042de8b632338a /.gitignore
parent46850c3a617e361c133c4da3d6e3069807ebe2b7 (diff)
downloadliburing-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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 410f736..ef0b123 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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