From 80cd34787fc0fc31b1a341c7b8d8e729c1b6ea58 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 25 Feb 2010 12:11:44 -0300 Subject: QMP: Introduce RTC_CHANGE event Emitted whenever the RTC time changes. 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 8cc21f53fc..aa51bd5a06 100644 --- a/monitor.h +++ b/monitor.h @@ -23,6 +23,7 @@ typedef enum MonitorEvent { QEVENT_VNC_INITIALIZED, QEVENT_VNC_DISCONNECTED, QEVENT_BLOCK_IO_ERROR, + QEVENT_RTC_CHANGE, QEVENT_MAX, } MonitorEvent; -- cgit v1.2.3-55-g7522