ipn: fix some mutex/ownership issues

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2020-02-25 12:30:28 -08:00
committed by Brad Fitzpatrick
parent 6d2ac01464
commit eefafad9f8
3 changed files with 76 additions and 53 deletions

View File

@@ -15,7 +15,7 @@ import (
type Handle struct {
frontendLogID string
b Backend
xnotify func(n Notify)
xnotify func(Notify)
logf logger.Logf
// Mutex protects everything below