mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the build failed bug
This commit is contained in:
parent
256459e1ec
commit
087f7740b7
3 changed files with 5 additions and 2 deletions
|
@ -189,6 +189,10 @@ private:
|
|||
* 3. if ret flag indicates there are child-directives, read_conf(directive, block) recursively.
|
||||
*/
|
||||
virtual int parse_conf(_srs_internal::SrsConfigBuffer* buffer, SrsDirectiveType type);
|
||||
/**
|
||||
* deep copy the directive.
|
||||
*/
|
||||
virtual SrsConfDirective* copy();
|
||||
/**
|
||||
* read a token from buffer.
|
||||
* a token, is the directive args and a flag indicates whether has child-directives.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue