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:
@@ -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://"
|
||||
|
||||
|
Reference in New Issue
Block a user