mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-12 05:37:32 +00:00
types/pad32: delete package
Use Go 1.19's new 64-bit alignment ~hidden feature instead. Fixes #5356 Change-Id: Ifcbcb115875a7da01df3bc29e9e7feadce5bc956 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
60f77ba515
commit
f4ff26f577
@@ -82,7 +82,7 @@ type Wrapper struct {
|
||||
|
||||
// lastActivityAtomic is read/written atomically.
|
||||
// On 32 bit systems, if the fields above change,
|
||||
// you might need to add a pad32.Four field here.
|
||||
// you might need to add an align64 field here.
|
||||
lastActivityAtomic mono.Time // time of last send or receive
|
||||
|
||||
destIPActivity syncs.AtomicValue[map[netip.Addr]func()]
|
||||
|
Reference in New Issue
Block a user