mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-28 20:26:11 +00:00
This patch replaces the former 'address_space' accessor by a new 'with_address_space' interface that grants access to the region map of the child's address space, but limits the interface lifetime to the scope of the caller. Issue #4917