X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=monitor.h;h=4f2d328db56808c677b8d1c690fa594c7075a2bc;hb=e19a4e89aeeae5ac9f91d4a28c2077f5dd5485d1;hp=2d36bba87fe0ed38298a10ab9c519475d65b0b74;hpb=a2d3f69530b5b16947a8af0f184b3988eb64cadd;p=qemu.git diff --git a/monitor.h b/monitor.h index 2d36bba87..4f2d328db 100644 --- a/monitor.h +++ b/monitor.h @@ -32,6 +32,9 @@ typedef enum MonitorEvent { QEVENT_BLOCK_IO_ERROR, QEVENT_RTC_CHANGE, QEVENT_WATCHDOG, + QEVENT_SPICE_CONNECTED, + QEVENT_SPICE_INITIALIZED, + QEVENT_SPICE_DISCONNECTED, QEVENT_MAX, } MonitorEvent;