xrootd
|
#include <XrdOfsStats.hh>
Classes | |
struct | StatsData |
Public Member Functions | |
void | Add (int &Cntr) |
void | Dec (int &Cntr) |
int | Report (char *Buff, int Blen) |
void | setRole (const char *theRole) |
XrdOfsStats () | |
~XrdOfsStats () | |
Public Attributes | |
struct XrdOfsStats::StatsData | Data |
XrdSysMutex | sdMutex |
Private Attributes | |
const char * | myRole |
|
inline |
References Data.
|
inline |
|
inline |
References XrdSysMutex::Lock(), sdMutex, and XrdSysMutex::UnLock().
|
inline |
References XrdSysMutex::Lock(), sdMutex, and XrdSysMutex::UnLock().
int XrdOfsStats::Report | ( | char * | Buff, |
int | Blen | ||
) |
|
inline |
References myRole.
struct XrdOfsStats::StatsData XrdOfsStats::Data |
Referenced by XrdOfsStats().
|
private |
Referenced by setRole().
XrdSysMutex XrdOfsStats::sdMutex |