wdog_state
Watchdog state information
Synopsis:
#include <qvm/wdog.h>
struct wdog_state {
vdev_t* ws_vdev;
unsigned ws_action;
} ;Data:
- vdev_t* ws_vdev
A pointer to a watchdog vdev.
- unsigned ws_action
An action to take when biting (i.e. handling the timer trigger).
Page updated:
