Update client/allocrunner/taskrunner/stats_hook.go

Co-Authored-By: nickethier <ncethier@gmail.com>
This commit is contained in:
Michael Schurter
2019-01-14 12:31:27 -05:00
committed by GitHub
parent 091cdbcb12
commit 903779769d

View File

@@ -23,7 +23,7 @@ type statsHook struct {
updater StatsUpdater
interval time.Duration
// cancel is called by Exited or Canceled
// cancel is called by Exited
cancel context.CancelFunc
mu sync.Mutex