Skip to content

Commit

Permalink
allow more locks
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey committed May 28, 2024
1 parent 2030cbf commit 1704d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mutex_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ var allowedConcurrentLocks = map[mutexKey][]mutexKey{
"firewall-conntrack": {"handshake-hostinfo"},
"handshake-manager": {"hostmap"},
"handshake-manager-timer": {"handshake-manager"},
"hostmap": {"handshake-hostinfo"},
"hostmap": {"handshake-hostinfo", "lighthouse-query-chan"},
"lighthouse": {"handshake-manager"},
"relay-state": {"hostmap", "connection-manager-relay-used"},
"remote-list": {"lighthouse"},
"lighthouse-query-chan": {"handshake-hostinfo"},
}

type mutexValue struct {
Expand Down

0 comments on commit 1704d7f

Please sign in to comment.