mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +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
|
closeOnce sync.Once
|
||||||
|
|
||||||
_ [4]byte // force 64-bit alignment of following field on 32-bit
|
|
||||||
lastActivityAtomic int64 // unix seconds of last send or receive
|
lastActivityAtomic int64 // unix seconds of last send or receive
|
||||||
|
|
||||||
destIPActivity atomic.Value // of map[packet.IP]func()
|
destIPActivity atomic.Value // of map[packet.IP]func()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user