CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FdRefcountMgr::FdRefcountInfo Struct Reference

#include <fd_refcount_mgr.h>

Collaboration diagram for FdRefcountMgr::FdRefcountInfo:

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...
 

Detailed Description

Helper class containing the values for the map: fd -> refcount+id

Definition at line 30 of file fd_refcount_mgr.h.

Constructor & Destructor Documentation

FdRefcountMgr::FdRefcountInfo::FdRefcountInfo ( )
inline

hash of the object opened through the fd

Definition at line 34 of file fd_refcount_mgr.h.

Member Data Documentation

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().


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