diff options
author | Ruediger Pluem <rpluem@apache.org> | 2018-07-20 21:27:31 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2018-07-20 21:27:31 +0200 |
commit | 81e420cfb09bc89a819e4463746100793788d9a9 (patch) | |
tree | e8851d3b310591407cb8c0869b5576869eacfc59 /include/ap_mmn.h | |
parent | core: axe data_in_in/output_filter from conn_rec. (diff) | |
download | apache2-81e420cfb09bc89a819e4463746100793788d9a9.tar.xz apache2-81e420cfb09bc89a819e4463746100793788d9a9.zip |
* mod_proxy: Remove load order and link dependency between mod_lbmethod_*
modules and mod_proxy by providing mod_proxy's ap_proxy_balancer_get_best_worker
as an optional function.
PR: 62557
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 03dd7e7c24..af23d55507 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -586,6 +586,9 @@ * flush_max_threshold and flush_max_pipelined to * core_server_config, and ap_get_read_buf_size(). * 20180720.1 (2.5.1-dev) Axe data_in_{in,out}put_filter from conn_rec. + * 20180720.2 (2.5.1-dev) Add optional function declaration for + * ap_proxy_balancer_get_best_worker to mod_proxy.h. + * */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -593,7 +596,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20180720 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |