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:
Norman Feske
2023-04-19 11:19:08 +02:00
committed by Christian Helmuth
parent aab9227365
commit a5eb198549

View File

@@ -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