mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
9693c06cef
commit
3bbfdbad29
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ type PacketCallback func(pkt gopacket.Packet)
|
|||
type Queue struct {
|
||||
sync.RWMutex
|
||||
|
||||
// keep on top because of https://github.com/bettercap/bettercap/issues/500
|
||||
Stats Stats
|
||||
Protos sync.Map
|
||||
Traffic sync.Map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue