[Spice-devel] [PATCH spice-gtk 2/6] spice.proto: Add usbredir channel
Hans de Goede
hdegoede at redhat.com
Fri Aug 26 01:42:55 PDT 2011
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
spice.proto | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/spice.proto b/spice.proto
index 4c072ed..748ae95 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1173,6 +1173,13 @@ channel SmartcardChannel : BaseChannel {
} @ctype(VSCMsgReaderAdd) reader_add = 101;
} @ifdef(USE_SMARTCARD);
+channel UsbredirChannel : BaseChannel {
+server:
+ Data data = 101;
+client:
+ Data data = 101;
+};
+
protocol Spice {
MainChannel main = 1;
DisplayChannel display;
@@ -1182,4 +1189,5 @@ protocol Spice {
RecordChannel record;
TunnelChannel tunnel;
SmartcardChannel smartcard;
+ UsbredirChannel usbredir;
};
--
1.7.5.1
More information about the Spice-devel
mailing list