wdog_state

Watchdog state information

Synopsis:

#include <qvm/wdog.h>
struct wdog_state {
    vdev_t* ws_vdev;
    wdog_action_type_t ws_action;
};

Data:

vdev_t* ws_vdev

A pointer to a watchdog vdev.

wdog_action_type_t ws_action

An action to take when biting, such as handling the timer trigger.

Page updated: