1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

the mpm-note-child-killed hook was just for use by

ap_{reclaim,relieve}_child_processes; those functions can
invoke the hook directly; the function ap_mpm_note_child_killed()
is useless


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2011-03-30 13:42:00 +00:00
parent 573a235d3b
commit b1e1cff7f9
4 changed files with 8 additions and 11 deletions

View File

@ -222,7 +222,7 @@
<li>REMOVES: accept, lockfile, lock_mech, set_scoreboard (locking uses the new ap_mutex API)</li>
<li>NEW API to drop privileges (delegates this platform-dependent
function to modules)</li>
<li>NEW Hooks: mpm_query, mpm_note_child_killed, timed_callback, get_name, and function ap_mpm_note_child_killed</li>
<li>NEW Hooks: mpm_query, mpm_note_child_killed, timed_callback, and get_name</li>
</ul>
</section>