mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
fix: attempt to fix #500 by structure realigning
This commit is contained in:
parent
821f885332
commit
9693c06cef
1 changed files with 1 additions and 1 deletions
|
@ -38,10 +38,10 @@ type PacketCallback func(pkt gopacket.Packet)
|
|||
type Queue struct {
|
||||
sync.RWMutex
|
||||
|
||||
Activities chan Activity
|
||||
Stats Stats
|
||||
Protos sync.Map
|
||||
Traffic sync.Map
|
||||
Activities chan Activity
|
||||
|
||||
iface *network.Endpoint
|
||||
handle *pcap.Handle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue