summaryrefslogtreecommitdiffstats
path: root/modules/proxy/balancers/mod_lbmethod_heartbeat.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-07-29 16:38:02 +0200
committerJeff Trawick <trawick@apache.org>2009-07-29 16:38:02 +0200
commit7dc5818d99e7d83d6a474ad25d2e8f572c154f15 (patch)
tree8d2491547c3546ffc4c5c143d3bf30a58c97371c /modules/proxy/balancers/mod_lbmethod_heartbeat.c
parentfix type mismatch in argument to attach() method (diff)
downloadapache2-7dc5818d99e7d83d6a474ad25d2e8f572c154f15.tar.xz
apache2-7dc5818d99e7d83d6a474ad25d2e8f572c154f15.zip
mark some private module data as "static", resolving
a duplicate definition error from the linker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/balancers/mod_lbmethod_heartbeat.c')
-rw-r--r--modules/proxy/balancers/mod_lbmethod_heartbeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/balancers/mod_lbmethod_heartbeat.c b/modules/proxy/balancers/mod_lbmethod_heartbeat.c
index e521cc979c..7e1f356f48 100644
--- a/modules/proxy/balancers/mod_lbmethod_heartbeat.c
+++ b/modules/proxy/balancers/mod_lbmethod_heartbeat.c
@@ -31,7 +31,7 @@
module AP_MODULE_DECLARE_DATA lbmethod_heartbeat_module;
-const ap_slotmem_provider_t *storage = NULL;
+static const ap_slotmem_provider_t *storage = NULL;
static ap_slotmem_instance_t *hm_serversmem = NULL;
/*