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:
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
1
trunk/src/app/srs_app_statistic.hpp
Executable file → Normal file
|
@ -45,6 +45,7 @@ struct SrsStatisticVhost
|
|||
public:
|
||||
int64_t id;
|
||||
std::string vhost;
|
||||
int nb_streams;
|
||||
int nb_clients;
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue