]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Socket event callback now takes pollfd.
authorTakashi Sato <takashi@apache.org>
Wed, 11 Jun 2014 16:39:34 +0000 (16:39 +0000)
committerTakashi Sato <takashi@apache.org>
Wed, 11 Jun 2014 16:39:34 +0000 (16:39 +0000)
commit550e70cc188f04e0ff6e0f283ee1bbee477717ee
tree2e7e61cbf5b1cb3088b881362befdb2f53285053
parentfc5181d71625d37528e1ec201613b60daa13ff72
Socket event callback now takes pollfd.
User (e.g. mod_proxy_wstunnel) can know
which socket is ready.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601943 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/ap_mpm.h
include/mpm_common.h
modules/proxy/mod_proxy_wstunnel.c
server/mpm/event/event.c
server/mpm_common.c