mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 20:28:20 +00:00
Propagate process labels to PD sessions
On Linux, we use the session label for naming the corresponding Linux process. When looking up the processes via 'ps', the Genode process hierarchy becomes immediately visible.
This commit is contained in:
@ -35,8 +35,8 @@ namespace Genode {
|
||||
* Linux-specific extension **
|
||||
*****************************/
|
||||
|
||||
void start(Capability<Dataspace> binary, Name const &name) {
|
||||
call<Rpc_start>(binary, name); }
|
||||
void start(Capability<Dataspace> binary) {
|
||||
call<Rpc_start>(binary); }
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user