XRootD
Loading...
Searching...
No Matches
XrdSys::IOEvents::pollArg Struct Reference
+ Collaboration diagram for XrdSys::IOEvents::pollArg:

Public Member Functions

 pollArg ()
 
 ~pollArg ()
 

Public Attributes

PollerpollP
 
XrdSysSemaphorepollSync
 
int retCode
 
const char * retMsg
 

Detailed Description

Definition at line 124 of file XrdSysIOEvents.cc.

Constructor & Destructor Documentation

◆ pollArg()

XrdSys::IOEvents::pollArg::pollArg ( )
inline

Definition at line 130 of file XrdSysIOEvents.cc.

130 : retMsg(0), retCode(0)
131 {pollSync = new XrdSysSemaphore(0, "poll sync");}

References pollSync, retCode, and retMsg.

◆ ~pollArg()

XrdSys::IOEvents::pollArg::~pollArg ( )
inline

Definition at line 132 of file XrdSysIOEvents.cc.

132{}

Member Data Documentation

◆ pollP

Poller* XrdSys::IOEvents::pollArg::pollP

◆ pollSync

XrdSysSemaphore* XrdSys::IOEvents::pollArg::pollSync

◆ retCode

int XrdSys::IOEvents::pollArg::retCode

◆ retMsg

const char* XrdSys::IOEvents::pollArg::retMsg

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