XRootD
XrdFrmTranChk Struct Reference
+ Collaboration diagram for XrdFrmTranChk:

Public Member Functions

 XrdFrmTranChk (struct stat *sP)
 
 ~XrdFrmTranChk ()
 

Public Attributes

int lkfd
 
int lkfx
 
struct statStat
 

Detailed Description

Definition at line 87 of file XrdFrmTransfer.cc.

Constructor & Destructor Documentation

◆ XrdFrmTranChk()

XrdFrmTranChk::XrdFrmTranChk ( struct stat sP)
inline

Definition at line 92 of file XrdFrmTransfer.cc.

92 : Stat(sP), lkfd(-1), lkfx(0) {}
struct stat * Stat

◆ ~XrdFrmTranChk()

XrdFrmTranChk::~XrdFrmTranChk ( )
inline

Definition at line 93 of file XrdFrmTransfer.cc.

93 {if (lkfd >= 0) close(lkfd);}
#define close(a)
Definition: XrdPosix.hh:43

References close.

Member Data Documentation

◆ lkfd

int XrdFrmTranChk::lkfd

Definition at line 89 of file XrdFrmTransfer.cc.

◆ lkfx

int XrdFrmTranChk::lkfx

Definition at line 90 of file XrdFrmTransfer.cc.

◆ Stat

struct stat* XrdFrmTranChk::Stat

Definition at line 88 of file XrdFrmTransfer.cc.


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