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

For #464, refine code

This commit is contained in:
winlin 2018-02-16 10:19:48 +08:00
parent ec362b2774
commit 55c96192e2
2 changed files with 11 additions and 11 deletions

View file

@ -38,7 +38,7 @@ class SrsCoWorkers
private:
static SrsCoWorkers* _instance;
private:
std::map<std::string, SrsRequest*> vhosts;
std::map<std::string, SrsRequest*> streams;
private:
SrsCoWorkers();
virtual ~SrsCoWorkers();