[Spice-commits] spice/vd_agent.h

Pavel Grunt pgrunt at kemper.freedesktop.org
Fri Mar 10 09:44:43 UTC 2017


 spice/vd_agent.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3f27d410b45262829897227abf64d57a81ff4910
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Tue Feb 28 14:58:58 2017 +0100

    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 at redhat.com>

diff --git a/spice/vd_agent.h b/spice/vd_agent.h
index 779f4f3..3b1f183 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,
 };
 


More information about the Spice-commits mailing list