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

Log: Refine log context.

This commit is contained in:
winlin 2020-07-11 20:58:25 +08:00
parent d68b6b8609
commit 0a16b1c1e3
3 changed files with 51 additions and 0 deletions

View file

@ -125,6 +125,7 @@ public:
_SrsContextId();
_SrsContextId(std::string v);
_SrsContextId(const _SrsContextId& cp);
_SrsContextId& operator=(const _SrsContextId& cp);
virtual ~_SrsContextId();
public:
const char* c_str() const;