winlin

fix bug

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