summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/spice.h b/server/spice.h
index fb51a471..ab1caed3 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -527,6 +527,8 @@ 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);
+
void spice_server_set_name(SpiceServer *s, const char *name);
void spice_server_set_uuid(SpiceServer *s, const uint8_t uuid[16]);