Data Fields | |
char | device [80] |
int | fd |
int | interval |
watchdog_pvt * | next |
int | type |
pthread_t | watchdog_thread |
Definition at line 43 of file res_watchdog.c.
char device[80] |
int fd |
Definition at line 45 of file res_watchdog.c.
Referenced by do_watchdog_thread(), load_module(), and unload_module().
int interval |
Definition at line 47 of file res_watchdog.c.
Referenced by do_watchdog_thread(), and load_module().
struct watchdog_pvt* next |
int type |
pthread_t watchdog_thread |