mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 09:04:33 +00:00
Move spice_server_get_num_clients() declaration
This function is not related to migration.
This commit is contained in:
parent
ea4e9f28bf
commit
116d84a229
@ -49,9 +49,6 @@ int spice_server_migrate_info(SpiceServer *s, const char* dest,
|
||||
const char* cert_subject);
|
||||
int spice_server_migrate_switch(SpiceServer *s);
|
||||
|
||||
/* server status */
|
||||
int spice_server_get_num_clients(SpiceServer *s);
|
||||
|
||||
/* spice (semi-)seamless client migration */
|
||||
int spice_server_migrate_connect(SpiceServer *s, const char* dest,
|
||||
int port, int secure_port,
|
||||
|
||||
@ -121,4 +121,6 @@ void spice_server_set_uuid(SpiceServer *s, const uint8_t uuid[16]);
|
||||
void spice_server_vm_start(SpiceServer *s);
|
||||
void spice_server_vm_stop(SpiceServer *s);
|
||||
|
||||
int spice_server_get_num_clients(SpiceServer *s);
|
||||
|
||||
#endif /* SPICE_SERVER_H_ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user