mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 02:16:44 +00:00
When the cached_fs_rom saturates the packet stream of its File_system session it will call the session request handler recursively as pending transfers are completed. This is bad because the content of the XML node currently being processed will change. The session request handler can no longer be called directly, but the "schedule" method will submit a signal to the request handler, and requests will be processed after the current operation has completed.
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.