[Spice-devel] [PATCH spice-server 02/11] reds: Fix typo in declaration

Jonathon Jongsma jjongsma at redhat.com
Wed Dec 13 20:49:19 UTC 2017


Acked-by: Jonathon Jongsma <jjongsma at redhat.com>


On Mon, 2017-12-11 at 10:27 +0000, Frediano Ziglio wrote:
> recs -> reds
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  server/reds.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/reds.h b/server/reds.h
> index cea002c5..9f17a5ec 100644
> --- a/server/reds.h
> +++ b/server/reds.h
> @@ -80,7 +80,7 @@ void reds_on_main_agent_data(RedsState *reds,
> MainChannelClient *mcc, const void
>                               size_t size);
>  void reds_on_main_migrate_connected(RedsState *reds, int seamless);
> //should be called when all the clients
>                                                     // are connected
> to the target
> -bool reds_handle_migrate_data(RedsState *recs, MainChannelClient
> *mcc,
> +bool reds_handle_migrate_data(RedsState *reds, MainChannelClient
> *mcc,
>                                SpiceMigrateDataMain *mig_data,
> uint32_t size);
>  void reds_on_main_mouse_mode_request(RedsState *reds, void *message,
> size_t size);
>  /* migration dest side: returns whether it can support seamless
> migration


More information about the Spice-devel mailing list