From: Brian Havard Date: Sun, 28 May 2000 12:45:58 +0000 (+0000) Subject: Switch to APR's ap_probe_writable_fds() in spmt_os2 MPM. X-Git-Tag: APACHE_2_0_ALPHA_4~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d8956eb73d2e310854762b042ada9cabf2e125a;p=apache Switch to APR's ap_probe_writable_fds() in spmt_os2 MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85335 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index 44c133127b..1eb1c1d79e 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -382,7 +382,7 @@ static int wait_or_timeout(ap_wait_t *status) if (wait_or_timeout_counter == INTERVAL_OF_WRITABLE_PROBES) { wait_or_timeout_counter = 0; #ifdef APR_HAS_OTHER_CHILD - probe_writable_fds(); + ap_probe_writable_fds(); #endif }