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

use function to dumps the engine.

This commit is contained in:
winlin 2015-08-30 23:08:27 +08:00
parent 01878e5a9c
commit f8d8c3ace4
7 changed files with 192 additions and 111 deletions

View file

@ -187,6 +187,7 @@ private:
bool raw_api;
bool allow_reload;
bool allow_query;
bool allow_update;
public:
SrsGoApiRaw(SrsServer* svr);
virtual ~SrsGoApiRaw();