summaryrefslogtreecommitdiff
path: root/libhttpd.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-07-29 05:06:20 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-07-29 05:06:20 +0000
commitd1bf15268a5ed626b9d6f05d3faec6252644971b (patch)
tree2760fb74bbca326db149faaa0fa022dc5c3185de /libhttpd.dsp
parent74f62f8f1a27caf9b163f14ec7f70ff09300c177 (diff)
downloadhttpd-d1bf15268a5ed626b9d6f05d3faec6252644971b.tar.gz
Refactor out the child behavior from mpm_winnt. This is the first
step in making a legible multiprocess windows mpm, or at least structuring the code to always begin a new child as an old one is going to die soon, rather than waiting for it's final dying breath. The only code that had to be affected [due to the split and general structure of the code] was merging the set_listeners_noninherited() code directly into the get_listeners_from_parent code, and also into the apr socket.c code for winnt. For the most part the code splits rather nicely. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r--libhttpd.dsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp
index 98daabc097..94a3766122 100644
--- a/libhttpd.dsp
+++ b/libhttpd.dsp
@@ -493,6 +493,10 @@ SOURCE=.\include\ap_mpm.h
# End Source File
# Begin Source File
+SOURCE=.\server\mpm\winnt\child.c
+# End Source File
+# Begin Source File
+
SOURCE=.\server\listen.c
# End Source File
# Begin Source File