XRootD
Loading...
Searching...
No Matches
XrdOssArcGlobals Namespace Reference

Classes

struct  ActInfo
 

Functions

bool cmpLess (const ActInfo *a, const ActInfo *b)
 
thread_local XrdOucECMsg ecMsg ("[ossArc]")
 

Variables

XrdOssArcArcSS = 0
 
XrdSysTrace ArcTrace ("OssArc")
 
std::set< ActInfo *, decltype(&cmpLess)> Active & cmpLess
 
XrdOssArcConfig Config
 
thread_local XrdOucECMsg ecMsg
 
XrdSysError Elog (0, "OssArc_")
 
XrdOssArcFSMon fsMon
 
static const char * IdleFN = "IDLE"
 
XrdOssossP = 0
 
std::queue< const char * > Pending
 
XrdSysMutex schedMtx
 
XrdSchedulerschedP = 0
 
XrdSysMutex stageMtx
 
static const char * StopFN = "STOP"
 

Function Documentation

◆ cmpLess()

bool XrdOssArcGlobals::cmpLess ( const ActInfo * a,
const ActInfo * b )

Definition at line 77 of file XrdOssArcStage.cc.

78 {return strcmp(a->path, b->path) < 0;}

References XrdOssArcGlobals::ActInfo::path.

◆ ecMsg()

thread_local XrdOucECMsg XrdOssArcGlobals::ecMsg ( "" [ossArc])

Variable Documentation

◆ ArcSS

XrdOssArc* XrdOssArcGlobals::ArcSS = 0

Definition at line 62 of file XrdOssArc.cc.

Referenced by XrdVERSIONINFO().

◆ ArcTrace

XrdSysTrace XrdOssArcGlobals::ArcTrace ( "OssArc" )

◆ cmpLess

std::set<ActInfo*, decltype(&cmpLess)> Active& XrdOssArcGlobals::cmpLess

Definition at line 80 of file XrdOssArcStage.cc.

◆ Config

◆ ecMsg

◆ Elog

◆ fsMon

◆ IdleFN

const char* XrdOssArcGlobals::IdleFN = "IDLE"
static

◆ ossP

XrdOss * XrdOssArcGlobals::ossP = 0

Definition at line 64 of file XrdOssArc.cc.

Referenced by XrdVERSIONINFO().

◆ Pending

std::queue<const char*> XrdOssArcGlobals::Pending

Definition at line 82 of file XrdOssArcStage.cc.

Referenced by XrdOssArcStage::DoIt(), and XrdOssArcStage::Stage().

◆ schedMtx

XrdSysMutex XrdOssArcGlobals::schedMtx

Definition at line 61 of file XrdOssArcStage.cc.

Referenced by XrdOssArcStage::DoIt(), and XrdOssArcStage::Stage().

◆ schedP

◆ stageMtx

XrdSysMutex XrdOssArcGlobals::stageMtx

Definition at line 62 of file XrdOssArcStage.cc.

Referenced by XrdOssArcStage::Stage().

◆ StopFN

const char* XrdOssArcGlobals::StopFN = "STOP"
static

Definition at line 56 of file XrdOssArcStopMon.cc.

Referenced by XrdOssArcStopMon::DoIt().