diff --git a/libpod/container.go b/libpod/container.go index 4fa0064c81..2c769b00ba 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -75,7 +75,7 @@ type Container struct { // Locked indicates that a container has been locked as part of a // Batch() operation // Functions called on a locked container will not lock or sync - locked bool + locked bool valid bool lock storage.Locker