mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +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:
@ -40,7 +40,7 @@ class Block::Session_client : public Genode::Rpc_client<Session>
|
||||
*/
|
||||
Session_client(Session_capability session,
|
||||
Genode::Range_allocator &tx_buffer_alloc,
|
||||
Genode::Region_map &rm)
|
||||
Genode::Env::Local_rm &rm)
|
||||
:
|
||||
Genode::Rpc_client<Session>(session),
|
||||
_tx(tx_cap(), rm, tx_buffer_alloc)
|
||||
|
Reference in New Issue
Block a user