Updated the EEs with the new interface

This commit is contained in:
Trial97
2021-08-16 17:11:02 +03:00
committed by Dan Christian Bogos
parent c84e861e2a
commit a74aacd7fe
33 changed files with 726 additions and 1038 deletions

View File

@@ -501,7 +501,7 @@ func main() {
utils.RegistrarC: new(sync.WaitGroup),
utils.DispatcherS: new(sync.WaitGroup),
utils.DNSAgent: new(sync.WaitGroup),
utils.EventExporterS: new(sync.WaitGroup),
utils.EEs: new(sync.WaitGroup),
utils.ERs: new(sync.WaitGroup),
utils.FreeSWITCHAgent: new(sync.WaitGroup),
utils.GlobalVarS: new(sync.WaitGroup),