We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6f6f6 commit 41f773bCopy full SHA for 41f773b
netmaster/mastercfg/servicelbState.go
@@ -41,7 +41,7 @@ type ServiceLBInfo struct {
41
//ServiceLBDb is map of all services
42
var ServiceLBDb = make(map[string]*ServiceLBInfo) //DB for all services keyed by servicename.tenant
43
44
-//SvcDbMutex is mutex for service transaction
+//SvcMutex is mutex for service transaction
45
var SvcMutex sync.RWMutex
46
47
// CfgServiceLBState is the service object configuration
0 commit comments