[Spice-devel] [PATCH spice] spice-migration.h: un-deprecate set_seamless_migration()

Frediano Ziglio fziglio at redhat.com
Thu May 12 10:59:21 UTC 2016


Merged this morning, forgot to reply.
Reasoning was already discussed and approved.

Frediano

> 
> 
> Acked-by: Christophe Fergeau <cfergeau at redhat.com>
> 
> On Wed, May 11, 2016 at 08:16:42PM +0200, Marc-André Lureau wrote:
> > This function was wrongly marked as deprecated in commit b41220b1441b8.
> > 
> > Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
> > ---
> >  server/spice-migration.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/server/spice-migration.h b/server/spice-migration.h
> > index 944e133..9528f0e 100644
> > --- a/server/spice-migration.h
> > +++ b/server/spice-migration.h
> > @@ -56,6 +56,6 @@ int spice_server_migrate_connect(SpiceServer *s, const
> > char* dest,
> >  int spice_server_migrate_start(SpiceServer *s);
> >  int spice_server_migrate_end(SpiceServer *s, int completed);
> >  
> > -void spice_server_set_seamless_migration(SpiceServer *s, int enable)
> > G_GNUC_DEPRECATED;
> > +void spice_server_set_seamless_migration(SpiceServer *s, int enable);
> >  
> >  #endif /* SPICE_MIGRATION_H_ */



More information about the Spice-devel mailing list