summaryrefslogtreecommitdiffhomepage
path: root/control/controlbase/conn.go
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@tailscale.com>2025-12-02 12:50:33 -0800
committerBrad Fitzpatrick <bradfitz@tailscale.com>2025-12-02 15:12:13 -0800
commit381de776c4878dd9af76b126cfa37bc80cad363f (patch)
treec3ddcbf9613db3074c9c6882bb757357cf5bdd0a /control/controlbase/conn.go
parentb8c58ca7c1a49fb772d095c65693cdab06488047 (diff)
downloadtailscale-bradfitz/mutex_debug.tar.xz
tailscale-bradfitz/mutex_debug.zip
syncs: start working on mutex debugging, registrationbradfitz/mutex_debug
Updates #17852 Change-Id: Ib1b634eedd30cc4006bc1b39aa8d479d37c5f1f2 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Diffstat (limited to 'control/controlbase/conn.go')
-rw-r--r--control/controlbase/conn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/controlbase/conn.go b/control/controlbase/conn.go
index 78ef73f71..8a3a90495 100644
--- a/control/controlbase/conn.go
+++ b/control/controlbase/conn.go
@@ -61,7 +61,7 @@ type rxState struct {
// txState is all the Conn state that Write uses.
type txState struct {
- sync.Mutex
+ syncs.Mutex
cipher cipher.AEAD
nonce nonce
err error // records the first partial write error for all future calls