mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
Accessor to obtain parent cap of child
This is needed for the fork support of Noux.
This commit is contained in:
parent
869c6e1df2
commit
759af6d9c1
@ -402,6 +402,7 @@ namespace Genode {
|
||||
Ram_session_capability ram_session_cap() const { return _ram; }
|
||||
Cpu_session_capability cpu_session_cap() const { return _cpu; }
|
||||
Rm_session_capability rm_session_cap() const { return _rm; }
|
||||
Parent_capability parent_cap() const { return cap(); }
|
||||
|
||||
/**
|
||||
* Discard all sessions to specified service
|
||||
|
Loading…
x
Reference in New Issue
Block a user