mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, support render HTTP RAW API in console.
This commit is contained in:
parent
8e635d9749
commit
555a3fbf5f
3 changed files with 15 additions and 0 deletions
|
@ -156,6 +156,7 @@ public:
|
|||
static SrsStatistic* instance();
|
||||
public:
|
||||
virtual SrsStatisticVhost* find_vhost(int vid);
|
||||
virtual SrsStatisticVhost* find_vhost(std::string name);
|
||||
virtual SrsStatisticStream* find_stream(int sid);
|
||||
virtual SrsStatisticClient* find_client(int cid);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue