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

Guess some platforms need PROXY_DECLARE_DATA

for data shared between proxy modules and
declared to be extern.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Jung
2016-02-05 00:16:52 +00:00
parent f558bf5669
commit fa29d04871
2 changed files with 4 additions and 4 deletions

View File

@@ -92,8 +92,8 @@ typedef struct {
} proxy_wstat_t;
/* These 2 are in mod_proxy.c */
extern proxy_hcmethods_t proxy_hcmethods[];
extern proxy_wstat_t proxy_wstat_tbl[];
PROXY_DECLARE_DATA extern proxy_hcmethods_t proxy_hcmethods[];
PROXY_DECLARE_DATA extern proxy_wstat_t proxy_wstat_tbl[];
#define BALANCER_PREFIX "balancer://"