mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
base: start signal-proxy thread on construction
Thanks @ssumpf for the investigation.
This commit is contained in:
parent
e7d5b34fc5
commit
fcf5bc9187
@ -61,7 +61,7 @@ class Genode::Entrypoint : Genode::Noncopyable
|
||||
:
|
||||
Thread(env, "signal_proxy", STACK_SIZE),
|
||||
ep(ep)
|
||||
{ }
|
||||
{ start(); }
|
||||
|
||||
void entry() override { ep._process_incoming_signals(); }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user