[Spice-devel] [RFC spice-common] Adding compressed message to base channel

Snir Sheriber ssheribe at redhat.com
Thu Mar 2 16:53:32 UTC 2017


---
 spice.proto | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/spice.proto b/spice.proto
index e841272..3cad253 100644
--- a/spice.proto
+++ b/spice.proto
@@ -188,6 +188,8 @@ channel BaseChannel {
 
     Data list; /* the msg body is SpiceSubMessageList */
 
+    CompressedData compressed_data;
+
     Empty base_last = 100;
 
  client:
@@ -210,6 +212,8 @@ channel BaseChannel {
 	uint64 time_stamp;
 	link_err reason;
     } @ctype(SpiceMsgDisconnect) disconnecting;
+
+    CompressedData compressed_data;
 };
 
 struct ChannelId {
-- 
2.9.3



More information about the Spice-devel mailing list