1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the global variables.

This commit is contained in:
winlin 2016-12-08 17:26:04 +08:00
parent b06203e777
commit 2d387035cd
6 changed files with 42 additions and 39 deletions

View file

@ -125,7 +125,7 @@ extern std::string srs_config_bool2switch(const std::string& sbool);
*/
extern int srs_config_transform_vhost(SrsConfDirective* root);
// global config
// @global config object.
extern SrsConfig* _srs_config;
/**