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

Improve test coverage for config.

This commit is contained in:
winlin 2020-01-01 14:12:36 +08:00
parent a71d93188b
commit de87b64f59
5 changed files with 232 additions and 21 deletions

View file

@ -308,9 +308,7 @@ public:
public:
// Whether srs is in dolphin mode.
virtual bool is_dolphin();
private:
virtual void set_config_directive(SrsConfDirective* parent, std::string dir, std::string value);
// Reload
// Reload
public:
// For reload handler to register itself,
// when config service do the reload, callback the handler.