- globals init

This commit is contained in:
gazebo
2019-03-21 10:19:16 +08:00
parent 75406c8d49
commit 9d5db6cfc9
4 changed files with 2 additions and 17 deletions

View File

@@ -145,7 +145,7 @@ func init() {
sch := &DefScheduler{}
basesch.FixedBaseScheduler = &sch.BaseScheduler
FixedScheduler = sch
sch.IsReallyCallPlatformAPI = true //globals.ReallyCallPlatformAPI
sch.IsReallyCallPlatformAPI = globals.ReallyCallPlatformAPI
scheduler.CurrentScheduler = sch
sch.defWorkflowConfig = []map[int]*StatusActionConfig{
map[int]*StatusActionConfig{