1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix typo in libcontainerd/client.go

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
Aaron.L.Xu 2017-01-11 23:09:47 +08:00
parent 24e9ac1575
commit 39a24019e3

View file

@ -12,7 +12,7 @@ type clientCommon struct {
backend Backend backend Backend
containers map[string]*container containers map[string]*container
locker *locker.Locker 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) { func (clnt *client) lock(containerID string) {