Skip to content

Commit 41f773b

Browse files
committed
service load balancer
1 parent ab6f6f6 commit 41f773b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmaster/mastercfg/servicelbState.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type ServiceLBInfo struct {
4141
//ServiceLBDb is map of all services
4242
var ServiceLBDb = make(map[string]*ServiceLBInfo) //DB for all services keyed by servicename.tenant
4343

44-
//SvcDbMutex is mutex for service transaction
44+
//SvcMutex is mutex for service transaction
4545
var SvcMutex sync.RWMutex
4646

4747
// CfgServiceLBState is the service object configuration

0 commit comments

Comments
 (0)