[Spice-devel] [PATCH spice-server v2 1/8] spice.proto: s/Usbredir/Spicevmc
Yonit Halperin
yhalperi at redhat.com
Tue Jan 10 03:25:15 PST 2012
---
spice.proto | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/spice.proto b/spice.proto
index 266e03a..0ff1c12 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1112,7 +1112,7 @@ client:
Data data = 101;
};
-channel UsbredirChannel : BaseChannel {
+channel SpicevmcChannel : BaseChannel {
server:
Data data = 101;
client:
@@ -1128,5 +1128,5 @@ protocol Spice {
RecordChannel record;
TunnelChannel tunnel;
SmartcardChannel smartcard;
- UsbredirChannel usbredir;
+ SpicevmcChannel spicevmc;
};
--
1.7.6.4
More information about the Spice-devel
mailing list