Resolve merge problems

This commit is contained in:
TeoV
2020-12-08 14:47:38 +02:00
committed by Dan Christian Bogos
parent 28c59978b9
commit 6f4161dbca
2 changed files with 5 additions and 1 deletions

View File

@@ -559,6 +559,7 @@ func main() {
utils.StatS: new(sync.WaitGroup),
utils.StorDB: new(sync.WaitGroup),
utils.ThresholdS: new(sync.WaitGroup),
utils.ActionS: new(sync.WaitGroup),
}
gvService := services.NewGlobalVarS(cfg, srvDep)
shdWg.Add(1)
@@ -672,6 +673,7 @@ func main() {
services.NewRateService(cfg, cacheS, filterSChan, dmService,
server, internalRateSChan, anz, srvDep),
services.NewSIPAgent(cfg, filterSChan, shdChan, connManager, srvDep),
services.NewActionService(cfg, dmService, cacheS, filterSChan, server, internalActionSChan, anz, srvDep),
)
srvManager.StartServices()
// Start FilterS