1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add nb_streams for vhost

This commit is contained in:
winlin 2015-08-22 22:51:59 +08:00
parent 6e5143449e
commit baa70d4ddd
2 changed files with 7 additions and 0 deletions

1
trunk/src/app/srs_app_statistic.hpp Executable file → Normal file
View file

@ -45,6 +45,7 @@ struct SrsStatisticVhost
public:
int64_t id;
std::string vhost;
int nb_streams;
int nb_clients;
public:
/**