summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-08-23 13:55:38 +0300
committerAlon Levy <alevy@redhat.com>2011-08-23 18:29:21 +0300
commit0410cccde378cb418281560d47940a3e7100a3c4 (patch)
treefe46056f152a269f2aa2524283be1204693b7f2c /server/spice.h
parent9255515c15e4c322c35395b31e056a807b389289 (diff)
downloadspice-0410cccde378cb418281560d47940a3e7100a3c4.tar.gz
spice-0410cccde378cb418281560d47940a3e7100a3c4.tar.xz
spice-0410cccde378cb418281560d47940a3e7100a3c4.zip
server: add public spice_server_get_num_clients
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/spice.h b/server/spice.h
index 5f331fbb..74f9fdba 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -482,4 +482,7 @@ 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);
+
#endif