Updated services shutdown

This commit is contained in:
Trial97
2020-11-12 17:29:48 +02:00
committed by Dan Christian Bogos
parent 65b03bbdc4
commit a81fce8341
70 changed files with 492 additions and 497 deletions

View File

@@ -26,7 +26,7 @@ import (
"github.com/cgrates/cgrates/utils"
)
// global package variable
// Guardian is the global package variable
var Guardian = &GuardianLocker{
locks: make(map[string]*itemLock),
refs: make(map[string][]string)}