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

refine config, warning when feature disabled.

This commit is contained in:
winlin 2014-07-25 09:38:48 +08:00
parent 394cb4b47e
commit 1c27f3b913
4 changed files with 88 additions and 9 deletions

View file

@ -338,6 +338,11 @@ protected:
* @remark, protected for the utest to override with mock.
*/
virtual int parse_buffer(_srs_internal::SrsConfigBuffer* buffer);
private:
/**
* check the parsed config.
*/
virtual int check_config();
// global env
public:
/**