CernVM-FS
2.12.0
|
Public Member Functions | |
SavedState () | |
Public Attributes | |
char | magic_number |
unsigned int | version |
UniquePtr< FdRefcountMgr > | fd_mgr |
Definition at line 177 of file cache_posix.h.
|
inline |
Definition at line 178 of file cache_posix.h.
UniquePtr<FdRefcountMgr> PosixCacheManager::SavedState::fd_mgr |
Definition at line 183 of file cache_posix.h.
Referenced by PosixCacheManager::DoRestoreState(), and PosixCacheManager::DoSaveState().
char PosixCacheManager::SavedState::magic_number |
this helps to distinguish from the SavedState of the normal posix cache manager
Definition at line 181 of file cache_posix.h.
Referenced by PosixCacheManager::DoFreeState(), and PosixCacheManager::DoRestoreState().
unsigned int PosixCacheManager::SavedState::version |
Definition at line 182 of file cache_posix.h.