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:
parent
d68b6b8609
commit
0a16b1c1e3
3 changed files with 51 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue