summaryrefslogtreecommitdiffstats
path: root/server/reds.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/reds.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/reds.h')
-rw-r--r--server/reds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/reds.h b/server/reds.h
index 0bbda143..81da46d0 100644
--- a/server/reds.h
+++ b/server/reds.h
@@ -125,6 +125,7 @@ void reds_fill_channels(SpiceMsgChannels *channels_info);
void reds_fill_mig_switch(SpiceMsgMainMigrationSwitchHost *migrate);
void reds_mig_release(void);
int reds_num_of_channels(void);
+int reds_num_of_clients(void);
#ifdef RED_STATISTICS
void reds_update_stat_value(uint32_t value);
#endif