mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 14:48:20 +00:00
base: introduce Local_rm for local Region_map
The new 'Local_rm' type offers a narrow interface for the interaction with the component-local address space, managing the lifetime of attachments by using the 'Allocation' API. Fixes #5516
This commit is contained in:
@ -26,7 +26,9 @@ class Genode::Attached_rom_dataspace
|
||||
{
|
||||
private:
|
||||
|
||||
Region_map &_rm;
|
||||
using Local_rm = Local::Constrained_region_map;
|
||||
|
||||
Local_rm &_rm;
|
||||
Rom_connection _rom;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user