mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
wgengine/tstun: fix 32-bit alignment again
This commit is contained in:
parent
afb2be71de
commit
64a24e796b
@ -65,7 +65,6 @@ type TUN struct {
|
||||
|
||||
closeOnce sync.Once
|
||||
|
||||
_ [4]byte // force 64-bit alignment of following field on 32-bit
|
||||
lastActivityAtomic int64 // unix seconds of last send or receive
|
||||
|
||||
destIPActivity atomic.Value // of map[packet.IP]func()
|
||||
|
Loading…
Reference in New Issue
Block a user