mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-14 20:31:17 +00:00
move switch-host migration out of experimental
seamless stays in the experimental area. comments updates too. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
4b1ea4e102
commit
6acb817071
@ -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__
|
||||
|
||||
|
||||
@ -404,4 +404,11 @@ int spice_server_set_agent_mouse(SpiceServer *s, int enable);
|
||||
int spice_server_get_sock_info(SpiceServer *s, struct sockaddr *sa, socklen_t *salen);
|
||||
int spice_server_get_peer_info(SpiceServer *s, struct sockaddr *sa, socklen_t *salen);
|
||||
|
||||
/* spice switch-host client migration */
|
||||
|
||||
int spice_server_migrate_info(SpiceServer *s, const char* dest,
|
||||
int port, int secure_port,
|
||||
const char* cert_subject);
|
||||
int spice_server_migrate_switch(SpiceServer *s);
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user