mirror of
https://github.com/containers/podman.git
synced 2025-12-11 01:11:30 +08:00
Update c/storage to 9b10041d7b2ef767ce9c42b5862b6c51eeb82214
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
4
vendor/github.com/containers/storage/lockfile.go
generated
vendored
4
vendor/github.com/containers/storage/lockfile.go
generated
vendored
@@ -15,6 +15,10 @@ type Locker interface {
|
||||
// Acquire a writer lock.
|
||||
Lock()
|
||||
|
||||
// Acquire a writer lock recursively, allowing for recursive acquisitions
|
||||
// within the same process space.
|
||||
RecursiveLock()
|
||||
|
||||
// Unlock the lock.
|
||||
Unlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user