Merge branch 'master' of ops:nuevo-pilosa

This commit is contained in:
Todd Gruben 2014-04-01 15:42:43 -05:00
commit 1d3d7ca400

View file

@ -97,6 +97,7 @@ func (self *Nexter) countloop(ch chan uint64, id int, client *etcd.Client) {
log.Println("Allocated", id, start, end)
for c := start; c < end; c += 1 {
ch <- c
log.Println("Send", id, c)
}
}
}