mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
sandbox/init: report exit state immediately
This patch promotes the event of an exiting child to become immediately reported, reducing delays for management components that watch the exit status of children. Fixes #4814
This commit is contained in:
parent
aab9227365
commit
a5eb198549
@ -715,7 +715,7 @@ class Sandbox::Child : Child_policy, Routed_service::Wakeup
|
||||
|
||||
_child.close_all_sessions();
|
||||
|
||||
_report_update_trigger.trigger_report_update();
|
||||
_report_update_trigger.trigger_immediate_report_update();
|
||||
|
||||
/*
|
||||
* Print a message as the exit is not handled otherwise. There are
|
||||
|
Loading…
Reference in New Issue
Block a user