--- 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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel