summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/cluster/mod_heartmonitor.c2
-rw-r--r--modules/proxy/balancers/mod_lbmethod_heartbeat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c
index 5b8712425d..4d95d0b387 100644
--- a/modules/cluster/mod_heartmonitor.c
+++ b/modules/cluster/mod_heartmonitor.c
@@ -37,7 +37,7 @@
#define HM_WATHCHDOG_NAME ("_heartmonitor_")
-const ap_slotmem_provider_t *storage = NULL;
+static const ap_slotmem_provider_t *storage = NULL;
static ap_slotmem_instance_t *slotmem = NULL;
static int maxworkers = 0;
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;
/*