CernVM-FS
2.12.0
|
#include <fd_refcount_mgr.h>
Public Member Functions | |
FdRefcountInfo () | |
hash of the object opened through the fd More... | |
Public Attributes | |
int | refcount |
shash::Any | id |
refcount for the times the fd was opened in the cache More... | |
Helper class containing the values for the map: fd -> refcount+id
Definition at line 30 of file fd_refcount_mgr.h.
|
inline |
hash of the object opened through the fd
Definition at line 34 of file fd_refcount_mgr.h.
shash::Any FdRefcountMgr::FdRefcountInfo::id |
refcount for the times the fd was opened in the cache
Definition at line 32 of file fd_refcount_mgr.h.
Referenced by FdRefcountMgr::Close(), and FdRefcountMgr::Open().
int FdRefcountMgr::FdRefcountInfo::refcount |
Definition at line 31 of file fd_refcount_mgr.h.
Referenced by FdRefcountMgr::Close(), FdRefcountMgr::Dup(), and FdRefcountMgr::Open().