mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
df2e7fa842
The VFS block plugin used to depend on the blocking semantics of the packet stream's 'get_acked_packet'. This patch replaces this dependency by the use of 'wait_and_dispatch_one_io_signal'. However, in order to implement this change, the custom instance of a 'Signal_receiver' had to be removed as well. To keep this patch as little invasive as possible, it does not touch the direct use of the block session's packet stream, which should better be replaced by the 'Block::Connection::Job' API. Issue #4390 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
xsd | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.