[Spice-devel] [RFC protocol 1/2] Adding compressed data message to base channel

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


---
 spice/enums.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spice/enums.h b/spice/enums.h
index 0074b0f..a931497 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -436,6 +436,7 @@ enum {
     SPICE_MSG_DISCONNECTING,
     SPICE_MSG_NOTIFY,
     SPICE_MSG_LIST,
+    SPICE_MSG_COMPRESSED_DATA,
     SPICE_MSG_BASE_LAST = 100,
 };
 
@@ -446,6 +447,7 @@ enum {
     SPICE_MSGC_MIGRATE_FLUSH_MARK,
     SPICE_MSGC_MIGRATE_DATA,
     SPICE_MSGC_DISCONNECTING,
+    SPICE_MSGC_COMPRESSED_DATA,
 };
 
 enum {
-- 
2.9.3



More information about the Spice-devel mailing list