fix: attempt to fix #500 by structure realigning

This commit is contained in:
evilsocket 2019-03-21 13:34:09 +01:00
commit 9693c06cef
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -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