1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

seems to work better in this order

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2016-02-05 10:41:00 +00:00
parent 617e068f50
commit b08bf052b4

View File

@@ -91,10 +91,6 @@ typedef struct {
const char *name;
} proxy_wstat_t;
/* These 2 are in mod_proxy.c */
PROXY_DECLARE_DATA extern proxy_hcmethods_t proxy_hcmethods[];
PROXY_DECLARE_DATA extern proxy_wstat_t proxy_wstat_tbl[];
#define BALANCER_PREFIX "balancer://"
#if APR_CHARSET_EBCDIC
@@ -562,6 +558,11 @@ struct proxy_balancer_method {
#define PROXY_DECLARE_DATA __declspec(dllimport)
#endif
/* These 2 are in mod_proxy.c */
PROXY_DECLARE_DATA extern proxy_hcmethods_t proxy_hcmethods[];
PROXY_DECLARE_DATA extern proxy_wstat_t proxy_wstat_tbl[];
/* Following 4 from health check */
APR_DECLARE_OPTIONAL_FN(void, hc_show_exprs, (request_rec *));
APR_DECLARE_OPTIONAL_FN(void, hc_select_exprs, (request_rec *, const char *));