mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add comments for main
This commit is contained in:
parent
b38df9cd1a
commit
0a016e58bf
2 changed files with 10 additions and 4 deletions
|
@ -205,7 +205,7 @@ int SrsServer::initialize()
|
|||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
||||
// for the main objects(server, config, log),
|
||||
// for the main objects(server, config, log, context),
|
||||
// never subscribe handler in constructor,
|
||||
// instead, subscribe handler in initialize method.
|
||||
srs_assert(_srs_config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue