set running = false when mock,runc collectors stopped

This commit is contained in:
Bradley Cicenas
2020-11-13 21:43:11 +00:00
parent 44600fca45
commit 99d9aeec98
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ func (c *Runc) Start() {
}
func (c *Runc) Stop() {
c.running = false
c.done = true
}