diff options
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |