1
0
Fork 0
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:
kyxlx550 2020-06-07 21:32:42 +08:00
parent 06548a7fa8
commit 3fe44c1c84
2 changed files with 12 additions and 1 deletions

View file

@ -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();