mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-14 05:08:19 +00:00
committed by
Christian Helmuth
parent
bfdadc55b2
commit
e17811fb7a
@ -28,6 +28,7 @@ struct Cli_monitor::Child : Child_base, List<Child>::Element
|
||||
Argument argument;
|
||||
|
||||
Child(Ram &ram,
|
||||
Genode::Allocator &alloc,
|
||||
Name const &label,
|
||||
Binary_name const &binary,
|
||||
Genode::Pd_session &pd_session,
|
||||
@ -40,6 +41,7 @@ struct Cli_monitor::Child : Child_base, List<Child>::Element
|
||||
Genode::Signal_context_capability exit_sig_cap)
|
||||
:
|
||||
Child_base(ram,
|
||||
alloc,
|
||||
label,
|
||||
binary,
|
||||
pd_session,
|
||||
|
@ -113,8 +113,8 @@ class Cli_monitor::Start_command : public Command
|
||||
Child *child = 0;
|
||||
try {
|
||||
child = new (_alloc)
|
||||
Child(_ram, label, binary_name, _pd, _ref_ram, _ref_ram_cap,
|
||||
_local_rm, ram, ram_limit,
|
||||
Child(_ram, _alloc, label, binary_name, _pd, _ref_ram,
|
||||
_ref_ram_cap, _local_rm, ram, ram_limit,
|
||||
_yield_response_sigh_cap, _exit_sig_cap);
|
||||
}
|
||||
catch (Genode::Parent::Service_denied) {
|
||||
|
Reference in New Issue
Block a user