Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2013-11-09 22:53:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c3b5943e9f39b790164dfddcb56e831f3741c65
6c3b5943
1 parent
0813104c
add reload config comments for config.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
trunk/src/core/srs_core_config.hpp
trunk/src/core/srs_core_config.hpp
查看文件 @
6c3b594
...
...
@@ -85,6 +85,10 @@ public:
/**
* the config parser.
* for the config supports reload, so never keep the reference cross st-thread,
* that is, never save the SrsConfDirective* get by any api of config,
* for it maybe free in the reload st-thread cycle.
* you can keep it before st-thread switch, or simply never keep it.
*/
class
SrsConfig
{
...
...
请
注册
或
登录
后发表评论