diff options
author | Wolfy-J <[email protected]> | 2019-05-03 12:28:11 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-03 12:28:11 +0300 |
commit | 9b886ceab6a63e8264f2b2c9d35d76628085dbd6 (patch) | |
tree | 5671b75b1e8f04900b54462f6e647a52e0ff6d8b /service/rpc/system.go | |
parent | 62250fde949d2511b1e030c570bafe2ef3ed2c2d (diff) |
added pool watcher capability
Diffstat (limited to 'service/rpc/system.go')
-rw-r--r-- | service/rpc/system.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/rpc/system.go b/service/rpc/system.go index 778250ad..d1368a05 100644 --- a/service/rpc/system.go +++ b/service/rpc/system.go @@ -7,7 +7,7 @@ type systemService struct { c service.Container } -// Stop the underlying c. +// Detach the underlying c. func (s *systemService) Stop(stop bool, r *string) error { if stop { s.c.Stop() |