wgnengine: remove unused field in userspaceEngine

Updates #cleanup

Signed-off-by: James Tucker <james@tailscale.com>
pull/9926/head
James Tucker 7 months ago committed by James Tucker
parent 269a498c1e
commit 6f69fe8ad7

@ -123,8 +123,7 @@ type userspaceEngine struct {
trimmedNodes map[key.NodePublic]bool // set of node keys of peers currently excluded from wireguard config
sentActivityAt map[netip.Addr]*mono.Time // value is accessed atomically
destIPActivityFuncs map[netip.Addr]func()
statusBufioReader *bufio.Reader // reusable for UAPI
lastStatusPollTime mono.Time // last time we polled the engine status
lastStatusPollTime mono.Time // last time we polled the engine status
mu sync.Mutex // guards following; see lock order comment below
netMap *netmap.NetworkMap // or nil

Loading…
Cancel
Save