]> 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)
commitddfe52e4a72bcfcc6043b5c81c264f966873fe2d
tree80fc94cc03879e41289c5e5556af5c06309e0aff
parent56d943fe4930226f7cac9b5c0c529b8323adb097
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