Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Class that represents a lock on a reference count file. More...
#include <RefCountFileLock.h>
Public Member Functions | |
RefCountFileLock (RefCountFileLock &)=delete | |
RefCountFileLock (RefCountFileLock &&)=delete | |
RefCountFileLock (std::unique_ptr< RefCountFile > &file) | |
Private Attributes | |
std::unique_ptr< RefCountFile > & | mRefCountFile |
Class that represents a lock on a reference count file.
This class is only intended to be used internally by Storage plugin do not use from external code.