summaryrefslogtreecommitdiff
path: root/include/heartbeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/heartbeat.h')
-rw-r--r--include/heartbeat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/heartbeat.h b/include/heartbeat.h
index 7f9ed385..394aed8c 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