mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
c0d61858c3
The support has two parts. First, a VFS plugin now gets passed an I/O-response handler callback on construction, which informs users of the VFS that an I/O event occurred. This enables, for example, the libC to check if blocking read can be completed. Further, the VFS file I/O interface provides now functions for suspendable reads, i.e., queue_read() and complete_read(). |
||
---|---|---|
.. | ||
dir_file_system.h | ||
directory_service.h | ||
file_io_service.h | ||
file_system_factory.h | ||
file_system.h | ||
single_file_system.h | ||
types.h | ||
vfs_handle.h |