Add IsStarted method, update SetZoneConfig for concurrency

This commit is contained in:
George
2020-05-19 16:04:12 -04:00
parent 5c5e938742
commit cad772d305
2 changed files with 42 additions and 12 deletions
-2
View File
@@ -83,9 +83,7 @@ func main() {
return
case _ = <-r:
if *useconffile != "" {
s.Stop()
s.LoadConfig(*useconffile)
s.Start()
}
}
}