XRootD
Loading...
Searching...
No Matches
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

References lkfd, lkfx, Stat, and 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:48

References close, and lkfd.

Member Data Documentation

◆ lkfd

int XrdFrmTranChk::lkfd

Definition at line 89 of file XrdFrmTransfer.cc.

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

◆ lkfx

int XrdFrmTranChk::lkfx

Definition at line 90 of file XrdFrmTransfer.cc.

Referenced by XrdFrmTranChk().

◆ Stat

struct stat* XrdFrmTranChk::Stat

Definition at line 88 of file XrdFrmTransfer.cc.

Referenced by XrdFrmTranChk().


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