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

finish basic utest for config

This commit is contained in:
winlin 2014-07-20 15:53:19 +08:00
parent 9b6c22644d
commit 86ad39f001
4 changed files with 280 additions and 4 deletions

View file

@ -116,6 +116,8 @@ namespace _srs_internal
* SrsConfDirective: name="ffmpeg", arg0="/bin/ffmpeg", child-directives=[]
* ]
* ]
* @remark, allow empty directive, for example: "dir0 {}"
* @remark, don't allow empty name, for example: ";" or "{dir0 arg0;}
*/
class SrsConfDirective
{