diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2012-08-14 15:39:01 +0300 |
---|---|---|
committer | Yonit Halperin <yhalperi@redhat.com> | 2012-08-27 09:13:14 +0300 |
commit | c83a608fb464f1fd76024a6abd05ffb700172645 (patch) | |
tree | bcd44f89f28dbd2870ede4c1cc0c18ed010655c8 /server/migration_protocol.h | |
parent | c24276d941b1a55a35ab1b1a09b993bae502c659 (diff) | |
download | spice-c83a608fb464f1fd76024a6abd05ffb700172645.tar.gz spice-c83a608fb464f1fd76024a6abd05ffb700172645.tar.xz spice-c83a608fb464f1fd76024a6abd05ffb700172645.zip |
enable seamless migration and set migration protocol version
Diffstat (limited to 'server/migration_protocol.h')
-rw-r--r-- | server/migration_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/migration_protocol.h b/server/migration_protocol.h index c96b60a0..fa17c7c4 100644 --- a/server/migration_protocol.h +++ b/server/migration_protocol.h @@ -27,7 +27,7 @@ /* increase the version when the version of any * of the migration data messages is increased */ -#define SPICE_MIGRATION_PROTOCOL_VERSION ~0 +#define SPICE_MIGRATION_PROTOCOL_VERSION 1 typedef struct __attribute__ ((__packed__)) SpiceMigrateDataHeader { uint32_t magic; |