From 9eedeb3b88173d84d438557cada237346a764e0b Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 25 Feb 2010 12:13:04 -0300 Subject: QMP: Introduce WATCHDOG event It's emitted whenever the watchdog device's timer expires. The action taken is provided in the 'data' member. Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- monitor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index aa51bd5..e5f2d2b 100644 --- a/monitor.h +++ b/monitor.h @@ -24,6 +24,7 @@ typedef enum MonitorEvent { QEVENT_VNC_DISCONNECTED, QEVENT_BLOCK_IO_ERROR, QEVENT_RTC_CHANGE, + QEVENT_WATCHDOG, QEVENT_MAX, } MonitorEvent; -- cgit v1.1