]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.
authorYann Ylavic <ylavic@apache.org>
Thu, 2 Jul 2020 15:06:23 +0000 (15:06 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 2 Jul 2020 15:06:23 +0000 (15:06 +0000)
commitec2c547006f24a11a5c3449c12c5e05c363e62f8
tree151ca8434b195ea2d12b5984be37e1668d6ea026
parented690c4a87428f40c922c6d0d09ebef90b49bf35
mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.

This is cleaner API than using pfds->pool implicitely.

MAJOR bump but reusing the existing hooks (with an API/ABI breakage) because
it's trunk material only.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879449 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