]> Git Repo - qemu.git/blobdiff - monitor.h
convert net_init_nic() to NetClientOptions
[qemu.git] / monitor.h
index b6f700fde98016fff70dcd58400d65051b16f1ba..5f4de1b3daca9a577e6e9e697a7f0aa69e5603b8 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -39,6 +39,13 @@ typedef enum MonitorEvent {
     QEVENT_BLOCK_JOB_COMPLETED,
     QEVENT_BLOCK_JOB_CANCELLED,
     QEVENT_DEVICE_TRAY_MOVED,
+    QEVENT_SUSPEND,
+    QEVENT_WAKEUP,
+    QEVENT_BALLOON_CHANGE,
+
+    /* Add to 'monitor_event_names' array in monitor.c when
+     * defining new events here */
+
     QEVENT_MAX,
 } MonitorEvent;
 
This page took 0.021762 seconds and 4 git commands to generate.