mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-18 08:11:02 +00:00
By replacing the calls of 'acknowledge_packet' and 'get_packet' with 'try_ack_packet' and 'try_get_packet', we avoid the implicit triggering of data-flow signals. Instead, the VFS server now relies on explicit calls of the packet stream's 'wakeup' interface. Issue #4697
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.