summaryrefslogtreecommitdiff
path: root/test/cq-full.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cq-full.c')
-rw-r--r--test/cq-full.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cq-full.c b/test/cq-full.c
index 426eb4a..42021bd 100644
--- a/test/cq-full.c
+++ b/test/cq-full.c
@@ -67,6 +67,7 @@ int main(int argc, char *argv[])
printf("wait completion %d\n", ret);
goto err;
}
+ io_uring_cqe_seen(&ring, cqe);
if (!cqe)
break;
i++;