summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f7d670f..bae1d78 100644
--- a/main.go
+++ b/main.go
@@ -35,7 +35,7 @@ func main() {
log.DaemonMode(true)
}
- me = new(stuff)
+ me = new(zookeep)
me.hostname, _ = os.Hostname()
me.pollDelay = 10 * time.Second
me.machines = zoopb.NewMachines()