X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=watchdog.h;h=66037b18cd2833aa21aec955068b82653ed5bdb0;hp=92702fd13978b0de1609e648f774f1414c933b28;hb=84c114b0756eaff7caf2693c61bdc307a080558c;hpb=9bd712e309421f75363f4a356f4c1ab2c93f8f87 diff --git a/watchdog.h b/watchdog.h index 92702fd..66037b1 100644 --- a/watchdog.h +++ b/watchdog.h @@ -19,5 +19,7 @@ void watchdog_init(void); char* watchdog_fd(void); int watchdog_timeout(int timeout); int watchdog_frequency(int frequency); +void watchdog_set_stopped(bool val); +bool watchdog_get_stopped(void); #endif