From 94b0c83e4e75069ffe08b5c21af3576c725498a2 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 27 Mar 2009 15:18:50 +0000 Subject: [PATCH] change commentary to note MPM API changes: MPM_ macros to mpm_ hooks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759172 13f79535-47bb-0310-9956-ffa450edef68 --- include/mpm_common.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/mpm_common.h b/include/mpm_common.h index d2d68bde7a..a3cde481d7 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -86,9 +86,9 @@ extern "C" { * @param terminate Either 1 or 0. If 1, send the child processes SIGTERM * each time through the loop. If 0, give the process time to die * on its own before signalling it. - * @tip This function requires that some macros are defined by the MPM:
- *  MPM_CHILD_PID -- Get the pid from the specified spot in the scoreboard
- *  MPM_NOTE_CHILD_KILLED -- Note the child died in the scoreboard
+ * @tip This function requires that some hooks are implemented by the MPM: 
+ *  mpm_get_child_pid -- Get the pid from the specified spot in the scoreboard
+ *  mpm_note_child_killed -- Note the child died in the scoreboard
  * 
* @tip The MPM child processes which are reclaimed are those listed * in the scoreboard as well as those currently registered via @@ -99,9 +99,9 @@ void ap_reclaim_child_processes(int terminate); /** * Catch any child processes that have been spawned by the parent process * which have exited. This includes processes registered as "other_children". - * @tip This function requires that some macros are defined by the MPM:
- *  MPM_CHILD_PID -- Get the pid from the specified spot in the scoreboard
- *  MPM_NOTE_CHILD_KILLED -- Note the child died in the scoreboard
+ * @tip This function requires that some hooks are implemented by the MPM: 
+ *  mpm_get_child_pid -- Get the pid from the specified spot in the scoreboard
+ *  mpm_note_child_killed -- Note the child died in the scoreboard
  * 
* @tip The MPM child processes which are relieved are those listed * in the scoreboard as well as those currently registered via -- 2.40.0