mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-09 14:11:42 +00:00
agent: Add capability for disabled file transfer
Server can set it to indicate that it discards file transfer messages. Related: https://bugzilla.redhat.com/show_bug.cgi?id=1373725 Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
b9bfbd2f7b
commit
3f27d410b4
@ -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,
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user