mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
fix: fix an alignment issue for atomic ops on arm
This commit is contained in:
parent
a910a3729e
commit
95bc9b9d78
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue