X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ddb96e86a98113ea313dd01e8b7957f07345b6a7..e1b133b13f9ac50a87051d07c36a3904d6f01028:/lib/crunchstat/crunchstat.go diff --git a/lib/crunchstat/crunchstat.go b/lib/crunchstat/crunchstat.go index f3c2d8424e..fa3cd2c2d2 100644 --- a/lib/crunchstat/crunchstat.go +++ b/lib/crunchstat/crunchstat.go @@ -56,8 +56,8 @@ type Reporter struct { lastDiskSample map[string]ioSample lastCPUSample cpuSample - done chan struct{} // closed when we should stop reporting - flushed chan struct{} // closed when we have made our last report + done chan struct{} // closed when we should stop reporting + flushed chan struct{} // closed when we have made our last report } // Start starts monitoring in a new goroutine, and returns