mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
5ad98f2b7c
The new interface is meant to replace the 'Vfs::Io_response_handler'. In contrast to the 'Io_response_handler', which had to be called on a 'Vfs_handle', the new interface does not require any specific 'Vfs_handle'. It is merely meant to prompt the VFS user (like the libc) to re-attempt stalled I/O operations but it does not provide any immediate hint, about which of the handles have become ready for reading/writing. Issue #4697