summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/freifunk-watchdog/src/watchdog.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-04 20:02:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-04 20:02:47 +0000
commit34f8367c780bb3b9135e9882df6d1a180742aad4 (patch)
tree8a4be0299b1b1dfb76210cc811b23e4d756e942d /contrib/package/freifunk-watchdog/src/watchdog.h
parent970fe52726932081b11c4c19276d0bf3222b0f70 (diff)
contrib/package: introduce hysteresis in watchdog
Diffstat (limited to 'contrib/package/freifunk-watchdog/src/watchdog.h')
-rw-r--r--contrib/package/freifunk-watchdog/src/watchdog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/package/freifunk-watchdog/src/watchdog.h b/contrib/package/freifunk-watchdog/src/watchdog.h
index d11396f80..7de24210a 100644
--- a/contrib/package/freifunk-watchdog/src/watchdog.h
+++ b/contrib/package/freifunk-watchdog/src/watchdog.h
@@ -39,6 +39,9 @@
/* Check interval */
#define INTERVAL 30
+/* Hysteresis */
+#define HYSTERESIS 3
+
/* How to call myself in the logs */
#define SYSLOG_IDENT "Freifunk Watchdog"