summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-09-10 14:43:28 +0100
committerFrediano Ziglio <freddy77@gmail.com>2023-12-16 18:49:42 +0000
commitbd4fc5dcda16b07fab8ebd3b52df97fb5ab99ab9 (patch)
tree5d811bb48da5d7020b0e251f4e9d4bd66571f3ff
parent79fe30170a1482389e1609af7673436e2c3c1128 (diff)
AVOID ALIAS
-rw-r--r--common/messages.h1
-rw-r--r--spice.proto2
2 files changed, 2 insertions, 1 deletions
diff --git a/common/messages.h b/common/messages.h
index 8bc2708..fa3333f 100644
--- a/common/messages.h
+++ b/common/messages.h
@@ -67,6 +67,7 @@ typedef SpiceMsgMainAgentTokens SpiceMsgcMainAgentStart;
typedef SpiceMsgDisplayDrawCopy SpiceMsgDisplayDrawBlend;
typedef SpiceMsgPlaybackMode SpiceMsgcRecordMode;
typedef SpiceMsgPlaybackPacket SpiceMsgcRecordPacket;
+typedef SpiceMigrationDstInfo SpiceMsgMainMigrationSwitchHost;
SPICE_END_DECLS
diff --git a/spice.proto b/spice.proto
index e3722ab..c52e878 100644
--- a/spice.proto
+++ b/spice.proto
@@ -270,7 +270,7 @@ channel MainChannel : BaseChannel {
uint8 *host_data[host_size] @zero_terminated @marshall;
uint32 cert_subject_size;
uint8 *cert_subject_data[cert_subject_size] @zero_terminated @marshall;
- } @ctype(SpiceMsgMainMigrationSwitchHost) @declare migrate_switch_host;
+ } @ctype(SpiceMigrationDstInfo) @declare migrate_switch_host;
Empty migrate_end;