mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 23:28:29 +00:00
committed by
Christian Helmuth
parent
dffc1b0497
commit
e32b78d95d
@ -56,7 +56,7 @@ class Net::Stream_allocator
|
||||
Stream_allocator(Genode::Ram_session &ram,
|
||||
Genode::Region_map &rm,
|
||||
Genode::size_t amount)
|
||||
: _ram(ram, amount),
|
||||
: _ram(ram, Genode::Ram_session_capability(), amount),
|
||||
_heap(ram, rm),
|
||||
_range_alloc(&_heap) {}
|
||||
|
||||
|
Reference in New Issue
Block a user