mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +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:
@ -45,7 +45,7 @@ class Packet_stream_rx::Rpc_object : public Genode::Rpc_object<CHANNEL, Rpc_obje
|
||||
* interface
|
||||
*/
|
||||
Rpc_object(Genode::Dataspace_capability ds,
|
||||
Genode::Region_map &rm,
|
||||
Genode::Env::Local_rm &rm,
|
||||
Genode::Range_allocator &buffer_alloc,
|
||||
Genode::Rpc_entrypoint &ep)
|
||||
:
|
||||
|
Reference in New Issue
Block a user