From 6acb817071daa13b8389bfce12cac6221997cebe Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 14 Dec 2010 12:58:26 +0100 Subject: move switch-host migration out of experimental seamless stays in the experimental area. comments updates too. Signed-off-by: Gerd Hoffmann --- server/spice-experimental.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'server/spice-experimental.h') diff --git a/server/spice-experimental.h b/server/spice-experimental.h index 70d22468..f1b7385c 100644 --- a/server/spice-experimental.h +++ b/server/spice-experimental.h @@ -53,7 +53,7 @@ struct SpiceNetWireInstance { void spice_server_net_wire_recv_packet(SpiceNetWireInstance *sin, const uint8_t *pkt, int len); -/* spice client migration */ +/* spice seamless client migration (broken) */ enum { SPICE_MIGRATE_CLIENT_NONE = 1, @@ -61,13 +61,9 @@ enum { SPICE_MIGRATE_CLIENT_READY, }; -int spice_server_migrate_info(SpiceServer *s, const char* dest, - int port, int secure_port, - const char* cert_subject); int spice_server_migrate_start(SpiceServer *s); int spice_server_migrate_client_state(SpiceServer *s); int spice_server_migrate_end(SpiceServer *s, int completed); -int spice_server_migrate_switch(SpiceServer *s); #endif // __SPICE_EXPERIMENTAL_H__ -- cgit