diff options
Diffstat (limited to 'spice.proto')
-rw-r--r-- | spice.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto index 3742ef1..8497997 100644 --- a/spice.proto +++ b/spice.proto @@ -226,6 +226,11 @@ struct DstInfo { uint8 *cert_subject_data[cert_subject_size] @zero_terminated @marshall; } @ctype(SpiceMigrationDstInfo); +flags32 agent_features_flags { + COPY_PASTE, + FILE_TRANSFER +} @prefix(SPICE_AGENT_FEATURE_); + channel MainChannel : BaseChannel { server: message { @@ -303,6 +308,10 @@ channel MainChannel : BaseChannel { Empty migrate_dst_seamless_ack; Empty migrate_dst_seamless_nack; + message { + agent_features_flags flags; + } agent_features; + client: message { uint64 cache_size; |