summaryrefslogtreecommitdiffstats
path: root/server/spice-experimental.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-12-14 12:58:26 +0100
committerGerd Hoffmann <kraxel@redhat.com>2010-12-16 09:16:10 +0100
commit6acb817071daa13b8389bfce12cac6221997cebe (patch)
tree0b0c0d192b1580fc3c852ddfb194c6adae477cb2 /server/spice-experimental.h
parent4b1ea4e102bb8a737487dab51dd0f3fc94352948 (diff)
downloadspice-6acb817071daa13b8389bfce12cac6221997cebe.tar.gz
spice-6acb817071daa13b8389bfce12cac6221997cebe.tar.xz
spice-6acb817071daa13b8389bfce12cac6221997cebe.zip
move switch-host migration out of experimental
seamless stays in the experimental area. comments updates too. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'server/spice-experimental.h')
-rw-r--r--server/spice-experimental.h6
1 files changed, 1 insertions, 5 deletions
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__