summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2002-03-29 16:21:48 +0000
committerJim Jagielski <jim@apache.org>2002-03-29 16:21:48 +0000
commit536cfa19ee9af01ad926614edc4311bea0727440 (patch)
tree0c577ac0a5f2c6c49cc9b1dd2fd8e1fd7fcfe220 /include/mpm_common.h
parent78ae2a9eb4033c4cbee50f4f0a1533c434af34d0 (diff)
downloadhttpd-536cfa19ee9af01ad926614edc4311bea0727440.tar.gz
Syncing makes no sense now
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94309 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index 4afffaf6f5..472f9b5928 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -107,7 +107,6 @@ extern "C" {
* 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: <pre>
- * MPM_SYNC_CHILD_TABLE -- sync the scoreboard image between child and parent
* MPM_CHILD_PID -- Get the pid from the specified spot in the scoreboard
* MPM_NOTE_CHILD_KILLED -- Note the child died in the scoreboard
* </pre>