summaryrefslogtreecommitdiffstats
path: root/spice/protocol.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2011-09-13 12:23:20 +0300
committerAlon Levy <alevy@redhat.com>2011-10-02 12:17:47 +0200
commitdbe61d9320c7a4c23b58ff012769b05ad20d0440 (patch)
treebd3532ef2046bf38f05fc33fffb09b99cbe9e12f /spice/protocol.h
parentb1f84f219f52bf2458b99201719d2a88f877d1a6 (diff)
downloadspice-protocol-0.9.1.tar.gz
spice-protocol-0.9.1.tar.xz
spice-protocol-0.9.1.zip
Release 0.9.10.9.1
Cherry-pick of abfdf4d8abf95d003678af5df814f3b1be1fd092 (Release 0.8.2) semi-seamless migration RHBZ 738262 Conflicts: NEWS configure.ac
Diffstat (limited to 'spice/protocol.h')
-rw-r--r--spice/protocol.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/spice/protocol.h b/spice/protocol.h
index 40027be..ddfe84b 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -37,7 +37,7 @@
#define SPICE_MAGIC (*(uint32_t*)"REDQ")
#define SPICE_VERSION_MAJOR 2
-#define SPICE_VERSION_MINOR 0
+#define SPICE_VERSION_MINOR 1
// Encryption & Ticketing Parameters
#define SPICE_MAX_PASSWORD_LENGTH 60
@@ -111,6 +111,10 @@ enum {
SPICE_RECORD_CAP_VOLUME,
};
+enum {
+ SPICE_MAIN_CAP_SEMI_SEAMLESS_MIGRATE,
+};
+
#include <spice/end-packed.h>
#endif /* _H_SPICE_PROTOCOL */