summaryrefslogtreecommitdiffstats
path: root/client/red_client.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2010-03-17 18:43:41 +0200
committerUri Lublin <uril@redhat.com>2010-03-23 14:09:30 +0200
commit3f757b846c829d1f5d75eeedb2c34d3ab34d5a50 (patch)
tree0562d1c7a7df5ccc60ed80d48beacdd459867a22 /client/red_client.h
parent6108a6ce5f74c1d466b6ab3e453f2ecbd2dd5a9d (diff)
downloadspice-3f757b846c829d1f5d75eeedb2c34d3ab34d5a50.tar.gz
spice-3f757b846c829d1f5d75eeedb2c34d3ab34d5a50.tar.xz
spice-3f757b846c829d1f5d75eeedb2c34d3ab34d5a50.zip
- the server acquires the target info from a dedicated Qemu command - when migration ends, the client receieves a new message RED_MIGRATE_SWITCH_HOST - client then disconnects from the source and connects to the target. The connection to the target is entirely new.
Diffstat (limited to 'client/red_client.h')
-rw-r--r--client/red_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/red_client.h b/client/red_client.h
index b7edadbd..2937996b 100644
--- a/client/red_client.h
+++ b/client/red_client.h
@@ -187,6 +187,7 @@ private:
void handle_agent_disconnected(RedPeer::InMessage* message);
void handle_agent_data(RedPeer::InMessage* message);
void handle_agent_tokens(RedPeer::InMessage* message);
+ void handle_migrate_switch_host(RedPeer::InMessage* message);
void on_agent_reply(VDAgentReply* reply);