[Spice-devel] [PATCH] Adding new ioctl for updating Vdagent state
Sameeh Jubran
sameeh at daynix.com
Thu Aug 4 11:02:08 UTC 2016
New ioctl for updating the driver with vdagent running state.
Signed-off-by: Sameeh Jubran <sameeh at daynix.com>
---
spice/qxl_windows.h | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/spice/qxl_windows.h b/spice/qxl_windows.h
index bc2ceff..6e557f7 100644
--- a/spice/qxl_windows.h
+++ b/spice/qxl_windows.h
@@ -7,7 +7,8 @@
enum {
QXL_ESCAPE_SET_CUSTOM_DISPLAY = 0x10001,
- QXL_ESCAPE_MONITOR_CONFIG
+ QXL_ESCAPE_MONITOR_CONFIG,
+ QXL_ESCAPE_VDAGENT_RUNNING
};
typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay {
@@ -16,6 +17,10 @@ typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay {
uint32_t bpp;
} QXLEscapeSetCustomDisplay;
+typedef struct QXLEscapeVDAgentRunning {
+ uint32_t running;
+} QXLEscapeVDAgentRunning;
#include <spice/end-packed.h>
#endif /* _H_QXL_WINDOWS */
+
--
2.5.5
More information about the Spice-devel
mailing list