]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: use int64 instead of atomic.Value for time stamp
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 29 Jan 2021 17:54:19 +0000 (18:54 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 29 Jan 2021 17:57:03 +0000 (18:57 +0100)
commitde51129e33a5fe4fad3da172539e9be640d39211
treeb444289dfd35d941c4d11441f336401b9ce81a61
parentbeb25cc4fd31da09590fed3200628baf4c701f8b
device: use int64 instead of atomic.Value for time stamp

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
device/alignment_test.go [moved from device/peer_test.go with 63% similarity]
device/device.go