fix: fix an alignment issue for atomic ops on arm

This commit is contained in:
evilsocket 2019-04-23 14:14:23 +02:00
commit 95bc9b9d78
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -19,12 +19,12 @@ import (
const synSourcePort = 666
type synScannerStats struct {
started time.Time
numPorts uint64
numAddresses uint64
totProbes uint64
doneProbes uint64
openPorts uint64
started time.Time
}
type SynScanner struct {