mirror of https://github.com/n1nj4sec/pupy.git
Add cachelock mutex
This commit is contained in:
parent
8aaa9d1082
commit
fdf7ffc67a
|
@ -58,6 +58,8 @@ type (
|
||||||
TCPServer *dns.Server
|
TCPServer *dns.Server
|
||||||
DNSRequests chan *DNSRequest
|
DNSRequests chan *DNSRequest
|
||||||
|
|
||||||
|
cacheLock sync.Mutex
|
||||||
|
|
||||||
activeLock sync.Mutex
|
activeLock sync.Mutex
|
||||||
active bool
|
active bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue