]> Git Repo - qemu.git/blobdiff - monitor.h
build: move slirp/ objects to nested Makefile.objs
[qemu.git] / monitor.h
index 34d00d107e184a4ae6409dbda19c4b6c6a6e5faa..cd1d8786d1f40c76458c4bd260936f719a695e30 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -37,6 +37,14 @@ typedef enum MonitorEvent {
     QEVENT_SPICE_INITIALIZED,
     QEVENT_SPICE_DISCONNECTED,
     QEVENT_BLOCK_JOB_COMPLETED,
+    QEVENT_BLOCK_JOB_CANCELLED,
+    QEVENT_DEVICE_TRAY_MOVED,
+    QEVENT_SUSPEND,
+    QEVENT_WAKEUP,
+
+    /* Add to 'monitor_event_names' array in monitor.c when
+     * defining new events here */
+
     QEVENT_MAX,
 } MonitorEvent;
 
This page took 0.019007 seconds and 4 git commands to generate.