summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-03-11 16:31:57 +0000
committerJim Jagielski <jim@apache.org>2013-03-11 16:31:57 +0000
commitb501f988b714a8e464e2abc070cd4643ded9bf42 (patch)
tree062967472e123e7eebef1122c2a30ed300b9d3fa /include
parentc7798e1b4d9006d7cc3f78312e038b2f60655078 (diff)
downloadhttpd-b501f988b714a8e464e2abc070cd4643ded9bf42.tar.gz
Merge r1364695 from trunk:
mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/ DEFAULT_REL_RUNTIMEDIR for the heartbeat storage file. Submitted by: trawick Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1455218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/heartbeat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/heartbeat.h b/include/heartbeat.h
index 7f9ed38521..394aed8cc7 100644
--- a/include/heartbeat.h
+++ b/include/heartbeat.h
@@ -47,6 +47,11 @@ typedef struct hm_slot_server_t
int id;
} hm_slot_server_t;
+/* default name of heartbeat data file, created in the configured
+ * runtime directory when mod_slotmem_shm is not available
+ */
+#define DEFAULT_HEARTBEAT_STORAGE "hb.dat"
+
#ifdef __cplusplus
}
#endif