summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
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;
};