summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorEvgeny Kotkov <kotkov@apache.org>2017-07-12 18:16:17 +0200
committerEvgeny Kotkov <kotkov@apache.org>2017-07-12 18:16:17 +0200
commit60a36aec3ed297b606d89cb5bdd91571812b4303 (patch)
tree9020d18db676927ddfd3fbdad0cf8f495091b684 /server
parentmpm_winnt: Tweak the names of the variables in child.c which are used to (diff)
downloadapache2-60a36aec3ed297b606d89cb5bdd91571812b4303.tar.xz
apache2-60a36aec3ed297b606d89cb5bdd91571812b4303.zip
mpm_winnt: Remove an obsolete comment in child.c explaining why the
declarations of the structures and functions to access the completion contexts reside in a header file. This no longer holds, as all the necessary functions and structures are located in the single .c file (child.c). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/mpm/winnt/child.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c
index ebf2aafd6e..fa52ced229 100644
--- a/server/mpm/winnt/child.c
+++ b/server/mpm/winnt/child.c
@@ -62,13 +62,6 @@ typedef VOID (WINAPI *LPFN_GETACCEPTEXSOCKADDRS)(PVOID, DWORD, DWORD, DWORD,
#endif /* __MINGW32__ */
-/*
- * The Windows MPM uses a queue of completion contexts that it passes
- * between the accept threads and the worker threads. Declare the
- * functions to access the queue and the structures passed on the
- * queue in the header file to enable modules to access them
- * if necessary. The queue resides in the MPM.
- */
#ifdef CONTAINING_RECORD
#undef CONTAINING_RECORD
#endif