XRootD
Loading...
Searching...
No Matches
XrdOssArcGlobals::ActInfo Struct Reference
Collaboration diagram for XrdOssArcGlobals::ActInfo:

Public Member Functions

 ActInfo (const char *p, bool cpy=false)
 ~ActInfo ()

Public Attributes

const char * path
char * pMem
int rc

Detailed Description

Definition at line 64 of file XrdOssArcStage.cc.

Constructor & Destructor Documentation

◆ ActInfo()

XrdOssArcGlobals::ActInfo::ActInfo ( const char * p,
bool cpy = false )
inline

Definition at line 69 of file XrdOssArcStage.cc.

69 : rc(0)
70 {if (cpy) path = pMem = strdup(p);
71 else {path = p; pMem = 0;}
72 }

References path, pMem, and rc.

◆ ~ActInfo()

XrdOssArcGlobals::ActInfo::~ActInfo ( )
inline

Definition at line 74 of file XrdOssArcStage.cc.

74{if (pMem) free(pMem);}

References pMem.

Member Data Documentation

◆ path

const char* XrdOssArcGlobals::ActInfo::path

Definition at line 66 of file XrdOssArcStage.cc.

Referenced by ActInfo(), XrdOssArcGlobals::cmpLess(), and XrdOssArcStage::Stage().

◆ pMem

char* XrdOssArcGlobals::ActInfo::pMem

Definition at line 67 of file XrdOssArcStage.cc.

Referenced by ActInfo(), and ~ActInfo().

◆ rc

int XrdOssArcGlobals::ActInfo::rc

Definition at line 65 of file XrdOssArcStage.cc.

Referenced by ActInfo().


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