]> granicus.if.org Git - apache/commitdiff
ap_max_requests_per_child is a global
authorJeff Trawick <trawick@apache.org>
Mon, 28 Mar 2011 14:13:37 +0000 (14:13 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 28 Mar 2011 14:13:37 +0000 (14:13 +0000)
(otherwise, this local one doesn't match the one used by the OS/2 child
code or the MaxConnectionsPerChild directive)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086246 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_os2/mpmt_os2.c

index 10284a3ffadc94fdb629fa2fb575ad639ced2438..c961450969acee1d4a86160386fba77a9a007069 100644 (file)
@@ -75,7 +75,6 @@ static apr_pool_t *pconf = NULL;  /* Pool for config stuff */
 static int one_process = 0;
 static int ap_daemons_to_start = 0;
 static int ap_thread_limit = 0;
-static int ap_max_requests_per_child = 0;
 int ap_min_spare_threads = 0;
 int ap_max_spare_threads = 0;