Handle all io_uring events using lambdas

This commit is contained in:
Vitaliy Filippov
2019-11-13 22:46:42 +03:00
parent 7739f628cb
commit 1c6b9778a4
14 changed files with 43 additions and 76 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct meta_sector_t
class journal_flusher_t;
// Journal flusher coroutine
class journal_flusher_co
struct journal_flusher_co
{
blockstore *bs;
journal_flusher_t *flusher;