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

support gperf memory check(gmc).

This commit is contained in:
winlin 2014-03-07 12:24:47 +08:00
parent 489a492e47
commit 741d6f97f6
6 changed files with 88 additions and 24 deletions

View file

@ -73,6 +73,7 @@ private:
std::vector<SrsConnection*> conns;
std::vector<SrsListener*> listeners;
bool signal_reload;
bool signal_gmc_stop;
public:
SrsServer();
virtual ~SrsServer();