[Spice-devel] [RFC PATCH spice-protocol 1/1] Adding new ioctl for updating Vdagent state
Dmitry Fleytman
dmitry at daynix.com
Mon Jul 18 06:35:14 UTC 2016
From: Sameeh Jubran <sameeh at daynix.com>
New ioctl for updating the driver with vdagent running state.
Signed-off-by: Sameeh Jubran <sameeh at daynix.com>
---
spice/qxl_windows.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/spice/qxl_windows.h b/spice/qxl_windows.h
index bc2ceff..92715d5 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,9 @@ 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 */
--
1.8.3.1
More information about the Spice-devel
mailing list