mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Port dispatcher changes from 1.0 to v0.11
This commit is contained in:
committed by
Dan Christian Bogos
parent
72ee7ef7ee
commit
895c140209
@@ -47,7 +47,7 @@ func NewServiceManager(cfg *config.CGRConfig, shdChan *utils.SyncedChan, shdWg *
|
||||
type ServiceManager struct {
|
||||
sync.RWMutex // lock access to any shared data
|
||||
cfg *config.CGRConfig
|
||||
subsystems map[string]Service
|
||||
subsystems map[string]Service // active subsystems managed by SM
|
||||
|
||||
shdChan *utils.SyncedChan
|
||||
shdWg *sync.WaitGroup
|
||||
|
||||
Reference in New Issue
Block a user