mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add lock list
This commit is contained in:
parent
06548a7fa8
commit
3fe44c1c84
2 changed files with 12 additions and 1 deletions
|
@ -94,6 +94,8 @@ private:
|
|||
//std::map<std::string, int> _device_status;
|
||||
int _sip_cseq;
|
||||
|
||||
srs_mutex_t lock_list;
|
||||
|
||||
public:
|
||||
SrsGb28181SipSession(SrsGb28181SipService *c, SrsSipRequest* r);
|
||||
virtual ~SrsGb28181SipSession();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue