diff options
author | James Rouzier <rouzier@gmail.com> | 2019-09-25 10:46:19 -0400 |
---|---|---|
committer | James Rouzier <rouzier@gmail.com> | 2019-09-25 20:11:50 -0400 |
commit | 46850c3a617e361c133c4da3d6e3069807ebe2b7 (patch) | |
tree | 0a09609779cdb12a526c36811dabff986621ffe1 /.gitignore | |
parent | 4e360f71131918c36774f51688e5c65dea8d43f2 (diff) | |
download | liburing-46850c3a617e361c133c4da3d6e3069807ebe2b7.tar.gz liburing-46850c3a617e361c133c4da3d6e3069807ebe2b7.tar.bz2 |
Add io_uring_cq_ready()
io_uring_cq_ready(), returns the number of completions that are ready.
test/cq-ready.c: tests io_uring_cq_ready
Signed-off-by: James Rouzier <rouzier@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ /test/a4c0b3decb33-test /test/b19062a56726-test /test/cq-full +/test/cq-ready /test/eeed8b54e0df-test /test/fsync /test/io_uring_enter |