mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #820, extract service module.
This commit is contained in:
parent
0a57a46016
commit
ff822b55cd
16 changed files with 510 additions and 213 deletions
|
@ -84,7 +84,7 @@ void srs_bytes_print(char* pa, int size);
|
|||
class MockEmptyLog : public SrsFastLog
|
||||
{
|
||||
public:
|
||||
MockEmptyLog(int level);
|
||||
MockEmptyLog(SrsLogLevel l);
|
||||
virtual ~MockEmptyLog();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue