From: Jeff Trawick Date: Mon, 15 Dec 2003 12:38:50 +0000 (+0000) Subject: switch to APR 1.0 other-child API X-Git-Tag: pre_ajp_proxy~922 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5e6558f9f9952affc48b506dee67bd0a5424458;p=apache switch to APR 1.0 other-child API git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102063 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 1a9ee86efc..e1628167bb 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -969,7 +969,7 @@ void child_main(apr_pool_t *pconf) rv = WaitForMultipleObjects(2, (HANDLE *) child_events, FALSE, 1000); cld = rv - WAIT_OBJECT_0; if (rv == WAIT_TIMEOUT) { - apr_proc_other_child_check(); + apr_proc_other_child_refresh_all(APR_OC_REASON_RUNNING); } else #endif