From e5e6558f9f9952affc48b506dee67bd0a5424458 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 15 Dec 2003 12:38:50 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/child.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1