]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Follow up to r1879449: yet better MPM poll callback API.
authorYann Ylavic <ylavic@apache.org>
Thu, 2 Jul 2020 15:49:53 +0000 (15:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 2 Jul 2020 15:49:53 +0000 (15:49 +0000)
commitc9472d3fc9829f69b329a33dbca1c52eb4e56b6e
tree75c6fd863a13ce10dfb5472b845d6bd1604978ee
parentec2c547006f24a11a5c3449c12c5e05c363e62f8
Follow up to r1879449: yet better MPM poll callback API.

Let pass a const pfds to the MPM, for it to make a copy on the given pool
as needed.

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