From b1a15e7eaafba8f26e2263b1a9b6e6d40e585e72 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 26 Nov 2009 22:59:04 -0200 Subject: QMP: Introduce basic asynchronous events Debug, shutdown, reset, powerdown and stop are all basic events, as they are very simple they can be added in the same commit. Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- monitor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index a1d8b7a..851fd33 100644 --- a/monitor.h +++ b/monitor.h @@ -15,6 +15,11 @@ extern Monitor *cur_mon; /* QMP events */ typedef enum MonitorEvent { + EVENT_DEBUG, + EVENT_SHUTDOWN, + EVENT_RESET, + EVENT_POWERDOWN, + EVENT_STOP, EVENT_MAX, } MonitorEvent; -- cgit v1.1