]> granicus.if.org Git - apache/commit
Bring Apache in line with APR's new poll implementation. This isn't
authorRyan Bloom <rbb@apache.org>
Thu, 11 Jul 2002 05:42:20 +0000 (05:42 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 11 Jul 2002 05:42:20 +0000 (05:42 +0000)
commit2c94ecadce39c98d0718e613eff7722f98c3e16a
tree80fc94cc03879e41289c5e5556af5c06309e0aff
parent668a5cc2b5d7a2548a6e521e188c6dd909e08f40
Bring Apache in line with APR's new poll implementation.  This isn't
optimal, because it still uses the compatibility functions to make it
work, but it does work.  The next step will be to take the memory for
the pollsets under Apache's control.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96005 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_ext_filter.c
modules/proxy/proxy_connect.c
server/mpm/beos/beos.c
server/mpm/experimental/leader/leader.c
server/mpm/experimental/perchild/perchild.c
server/mpm/experimental/threadpool/threadpool.c
server/mpm/mpmt_os2/mpmt_os2_child.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c
support/ab.c