diff options
author | Jeff Trawick <trawick@apache.org> | 2012-07-23 18:01:43 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2012-07-23 18:01:43 +0200 |
commit | 58c1a25a962ca6fb9b62d1f6cd3b8d8be5b62d9a (patch) | |
tree | f959c9e2a21f0df98f6354aeef10976a7d9f015b /include | |
parent | sync with 2.4.x/CHANGES (diff) | |
download | apache2-58c1a25a962ca6fb9b62d1f6cd3b8d8be5b62d9a.tar.xz apache2-58c1a25a962ca6fb9b62d1f6cd3b8d8be5b62d9a.zip |
mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
DEFAULT_REL_RUNTIMEDIR for the heartbeat storage file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364695 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/heartbeat.h | 5 |
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 |