正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论