mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -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 {
|
type Queue struct {
|
||||||
sync.RWMutex
|
sync.RWMutex
|
||||||
|
|
||||||
|
// keep on top because of https://github.com/bettercap/bettercap/issues/500
|
||||||
Stats Stats
|
Stats Stats
|
||||||
Protos sync.Map
|
Protos sync.Map
|
||||||
Traffic sync.Map
|
Traffic sync.Map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue