This commit is contained in:
winlin 2016-12-08 17:29:13 +08:00
parent 2d387035cd
commit 83c251fc1c

View File

@ -54,7 +54,7 @@ int run_master(SrsServer* svr);
// @global log and context.
ISrsLog* _srs_log = new SrsFastLog();
ISrsThreadContext* _srs_context = new ISrsThreadContext();
ISrsThreadContext* _srs_context = new SrsThreadContext();
// @global config object for app module.
SrsConfig* _srs_config = new SrsConfig();