[Spice-commits] server/spice-migration.h
Frediano Ziglio
fziglio at kemper.freedesktop.org
Thu May 12 05:35:23 UTC 2016
server/spice-migration.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 79dcba4efa44a0e26f0b0ac6bb598a098da50481
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date: Wed May 11 20:16:42 2016 +0200
spice-migration.h: un-deprecate set_seamless_migration()
This function was wrongly marked as deprecated in commit b41220b1441b8.
Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
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-commits
mailing list