diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ func main() { me.hostname, _ = os.Hostname() me.pollDelay = 10 * time.Second me.machines = new(zoopb.Machines) + me.targets = make(map[string]string) // keep track of what versions the machines should be running + me.upgrade = make(map[string]bool) // used to trigger upgrade attempts go NewWatchdog() |
