1
0
Fork 0
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:
winlin 2014-04-12 20:37:16 +08:00
parent b38df9cd1a
commit 0a016e58bf
2 changed files with 10 additions and 4 deletions

View file

@ -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);