Update client/allocrunner/taskrunner/stats_hook.go
Co-Authored-By: nickethier <ncethier@gmail.com>
This commit is contained in:
parent
fbd403df96
commit
1ca858fa92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue