diff options
-rw-r--r-- | service/watcher/watcher.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/service/watcher/watcher.go b/service/watcher/watcher.go index 9965ca6e..63dce3d5 100644 --- a/service/watcher/watcher.go +++ b/service/watcher/watcher.go @@ -42,6 +42,9 @@ type watcher struct { interval time.Duration cfg *watcherConfig stop chan interface{} + + // list of workers which are currently working + //working map[*roadrunner.Worker]time.Time } // watch the pool state |