blob: c85230e01c11c70aef195167ff8507ddd6e3d4c4 [file] [log] [blame]
* core/mpm: add hook 'child_stopping` that gets called when the MPM is
stopping a child process. The additional `graceful` parameter allows
registered hooks to free resources early during a graceful shutdown.
[Yann Ylavic, Stefan Eissing]