]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: move stats fields back down and add test diagnostics
authorDavid Crawshaw <crawshaw@tailscale.com>
Tue, 7 Apr 2020 04:52:17 +0000 (14:52 +1000)
committerDavid Crawshaw <crawshaw@tailscale.com>
Tue, 7 Apr 2020 05:55:53 +0000 (15:55 +1000)
commita4657f996d98378c06cc7da4d2c69539c19dae32
treee07249243098c8435543660b5cae76927d2b55c6
parentf6020a2085d9a6b911c00875752bb40bfe629e00
device: move stats fields back down and add test diagnostics

This reverts the movement of fields from d49f4e9.
That commit was cherry-picked from another branch where a field
had changed and misaligned the atomic fields. After cherry-picking,
moving the fields was no longer necessary but got dragged along.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
device/peer.go
device/peer_test.go