diff options
Diffstat (limited to 'common/messages.h')
-rw-r--r-- | common/messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/messages.h b/common/messages.h index c787166..3f4abc1 100644 --- a/common/messages.h +++ b/common/messages.h @@ -99,6 +99,10 @@ typedef struct SpiceMsgMainMigrateBeginSeamless { uint32_t src_mig_version; } SpiceMsgMainMigrateBeginSeamless; +typedef struct SpiceMsgMainAgentFeatures { + uint32_t flags; +} SpiceMsgMainAgentFeatures; + typedef struct SpiceMsgcMainMigrateDstDoSeamless { uint32_t src_version; } SpiceMsgcMainMigrateDstDoSeamless; |