summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-07-25 11:09:12 +0200
committerHans de Goede <hdegoede@redhat.com>2011-08-10 22:42:40 +0200
commitc5a291f454a552604807e8dc995c060bfa41a8b9 (patch)
treee10e35ead96de13bf8d0095304aefd8c1129b81f /spice.proto
parentf19ac970efe62c7dcbfdc6d4d5b9d2e6c35e8b2b (diff)
downloadspice-c5a291f454a552604807e8dc995c060bfa41a8b9.tar.gz
spice-c5a291f454a552604807e8dc995c060bfa41a8b9.tar.xz
spice-c5a291f454a552604807e8dc995c060bfa41a8b9.zip
server: Add a usbredir channel
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto
index 80c40d4b..99302ffe 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1104,6 +1104,13 @@ client:
Data data = 101;
};
+channel UsbredirChannel : BaseChannel {
+server:
+ Data data = 101;
+client:
+ Data data = 101;
+};
+
protocol Spice {
MainChannel main = 1;
DisplayChannel display;
@@ -1113,4 +1120,5 @@ protocol Spice {
RecordChannel record;
TunnelChannel tunnel;
SmartcardChannel smartcard;
+ UsbredirChannel usbredir;
};