fix typo in libcontainerd/client.go
Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn> Upstream-commit: 39a24019e3a7b2f423090dff4793698001620737 Component: engine
This commit is contained in:
@@ -12,7 +12,7 @@ type clientCommon struct {
|
||||
backend Backend
|
||||
containers map[string]*container
|
||||
locker *locker.Locker
|
||||
mapMutex sync.RWMutex // protects read/write oprations from containers map
|
||||
mapMutex sync.RWMutex // protects read/write operations from containers map
|
||||
}
|
||||
|
||||
func (clnt *client) lock(containerID string) {
|
||||
|
||||
Reference in New Issue
Block a user