mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-27 07:01:36 +00:00
spice.proto: add SPICE_MSG_MAIN_MIGRATE_END & SPICE_MSGC_MAIN_MIGRATE_END
(cherry picked from commit cfbd07710562e522179ae5a7085a789489a821bb branch 0.8)
This commit is contained in:
parent
b530ce7ea2
commit
f74d9176a7
@ -219,6 +219,8 @@ channel MainChannel : BaseChannel {
|
||||
uint8 *cert_subject_data[cert_subject_size] @zero_terminated @marshall;
|
||||
} @ctype(SpiceMsgMainMigrationSwitchHost) migrate_switch_host;
|
||||
|
||||
Empty migrate_end;
|
||||
|
||||
client:
|
||||
message {
|
||||
uint64 cache_size;
|
||||
@ -243,6 +245,8 @@ channel MainChannel : BaseChannel {
|
||||
message {
|
||||
uint32 num_tokens;
|
||||
} @ctype(SpiceMsgcMainAgentTokens) agent_token;
|
||||
|
||||
Empty migrate_end;
|
||||
};
|
||||
|
||||
enum8 clip_type {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user