mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-25 13:28:28 +00:00
The Rpc_exit call is delivered via RPC which results in a deadlock if the Rpc_entrypoint has not been started yet. To prevent this situation we active the Rpc_entrypoint explicitly before we call Rpc_exit. Fixes #811.
This directory contains all source codes.