diff --git a/ircd/fs_aio.cc b/ircd/fs_aio.cc index 3f0c627e6..d13cda1a2 100644 --- a/ircd/fs_aio.cc +++ b/ircd/fs_aio.cc @@ -1062,7 +1062,10 @@ ircd::fs::aio::system::handle_descriptor }, // no deallocation; satisfied by class member unique_ptr - [](auto &handler, void *const &ptr, const auto &size) {} + [](auto &handler, void *const &ptr, const auto &size) {}, + + // continuation + true, }; /// Handle notifications that requests are complete.