summaryrefslogtreecommitdiffstats
path: root/common/messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/messages.h')
-rw-r--r--common/messages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/messages.h b/common/messages.h
index 6fcd8bea..16ae05b7 100644
--- a/common/messages.h
+++ b/common/messages.h
@@ -66,6 +66,8 @@ typedef struct SpiceMsgMainMigrationBegin {
uint16_t pub_key_type;
uint32_t pub_key_size;
uint8_t *pub_key_data;
+ uint32_t cert_subject_size;
+ uint8_t *cert_subject_data;
} SpiceMsgMainMigrationBegin;
typedef struct SpiceMsgMainMigrationSwitchHost {