mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -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 {
|
type Queue struct {
|
||||||
sync.RWMutex
|
sync.RWMutex
|
||||||
|
|
||||||
Activities chan Activity
|
|
||||||
Stats Stats
|
Stats Stats
|
||||||
Protos sync.Map
|
Protos sync.Map
|
||||||
Traffic sync.Map
|
Traffic sync.Map
|
||||||
|
Activities chan Activity
|
||||||
|
|
||||||
iface *network.Endpoint
|
iface *network.Endpoint
|
||||||
handle *pcap.Handle
|
handle *pcap.Handle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue