0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd::fs::aio: Set continuation=true in sigfd ios descriptor.

This commit is contained in:
Jason Volk 2019-09-13 17:10:53 -07:00
parent 4b949e7b01
commit 407ee42343

View file

@ -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.