mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
4ca8e31e00
commit
4d228e22cb
@@ -58,13 +58,13 @@ class Genode::Pd_session_component : public Session_object<Pd_session>
|
||||
|
||||
Constructible<Platform_pd> _pd { };
|
||||
|
||||
Constructible<Account<Cap_quota> > _cap_account { };
|
||||
Constructible<Account<Ram_quota> > _ram_account { };
|
||||
|
||||
Region_map_component _address_space;
|
||||
Region_map_component _stack_area;
|
||||
Region_map_component _linker_area;
|
||||
|
||||
Constructible<Account<Cap_quota> > _cap_account { };
|
||||
Constructible<Account<Ram_quota> > _ram_account { };
|
||||
|
||||
friend class Native_pd_component;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user