mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
ircd::fs::aio: Set continuation=true in sigfd ios descriptor.
This commit is contained in:
parent
4b949e7b01
commit
407ee42343
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue