summaryrefslogtreecommitdiffstats
path: root/include/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/watchdog.h')
-rw-r--r--include/watchdog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index 4d755a5a79..281885686e 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -22,8 +22,11 @@ struct watchdog {
struct device_d dev;
unsigned int priority;
unsigned int timeout_max;
+ unsigned int timeout_cur;
unsigned int poller_timeout_cur;
unsigned int poller_enable;
+ uint64_t last_ping;
+ int seconds_to_expire;
struct poller_async poller;
struct list_head list;
int running; /* enum wdog_hw_running */