소스 검색

allow more locks

Wade Simmons 1 년 전
부모
커밋
1704d7f75a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mutex_debug.go

+ 2 - 1
mutex_debug.go

@@ -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 {