[Spice-devel] [PATCH spice-protocol 1/2] Add support for reporting availability of agent features
Pavel Grunt
pgrunt at redhat.com
Tue Dec 20 19:39:29 UTC 2016
Some agent features can be disabled on the server:
* Copy & Paste
* File transfer
Add the agent capability to inform about disabled file transfer.
Related:
https://bugzilla.redhat.com/show_bug.cgi?id=1373725
---
spice/vd_agent.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/spice/vd_agent.h b/spice/vd_agent.h
index 061ca30..ac22498 100644
--- a/spice/vd_agent.h
+++ b/spice/vd_agent.h
@@ -247,6 +247,7 @@ enum {
VD_AGENT_CAP_MAX_CLIPBOARD,
VD_AGENT_CAP_AUDIO_VOLUME_SYNC,
VD_AGENT_CAP_MONITORS_CONFIG_POSITION,
+ VD_AGENT_CAP_FILE_XFER_DISABLED,
VD_AGENT_END_CAP,
};
--
2.11.0
More information about the Spice-devel
mailing list