fio engine starts now

This commit is contained in:
Vitaliy Filippov
2019-11-26 02:18:42 +03:00
parent a7dc759f74
commit a8f250c68f
7 changed files with 106 additions and 81 deletions
-1
View File
@@ -62,5 +62,4 @@ void ring_loop_t::loop()
consumers[i].loop();
}
} while (loop_again);
io_uring_wait_cqe(&ring, &cqe);
}