CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PosixCacheManager::SavedState Struct Reference
Collaboration diagram for PosixCacheManager::SavedState:

Public Member Functions

 SavedState ()
 

Public Attributes

char magic_number
 
unsigned int version
 
UniquePtr< FdRefcountMgrfd_mgr
 

Detailed Description

Definition at line 177 of file cache_posix.h.

Constructor & Destructor Documentation

PosixCacheManager::SavedState::SavedState ( )
inline

Definition at line 178 of file cache_posix.h.

Member Data Documentation

UniquePtr<FdRefcountMgr> PosixCacheManager::SavedState::fd_mgr
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.


The documentation for this struct was generated from the following file: