[Spice-devel] [PATCH migration 06/19] spice.proto: add SPICE_MSG_MAIN_MIGRATE_END & SPICE_MSGC_MAIN_MIGRATE_END (cherry picked from commit cfbd07710562e522179ae5a7085a789489a821bb branch 0.8)

Alon Levy alevy at redhat.com
Tue Nov 1 02:07:39 PDT 2011


On Wed, Oct 12, 2011 at 12:38:56PM +0200, Yonit Halperin wrote:
> 
> Signed-off-by: Yonit Halperin <yhalperi at redhat.com>
> ---
>  spice.proto |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 

Cherry pick.

ACK.

> diff --git a/spice.proto b/spice.proto
> index 78c1fad..266e03a 100644
> --- a/spice.proto
> +++ b/spice.proto
> @@ -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 {
> -- 
> 1.7.6.4
> 


More information about the Spice-devel mailing list