mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 08:47:13 +00:00
spice-migration.h: un-deprecate set_seamless_migration()
This function was wrongly marked as deprecated in commit b41220b144.
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
07b7abeb59
commit
79dcba4efa
@ -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_ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user