![]() |
XRootD
|
#include <XrdPfcIO.hh>
Public Member Functions | |
void | Done (int result) override |
ReadReqRH (unsigned short sid, XrdOucCacheIOCB *iocb) | |
![]() | |
ReadReqRH (unsigned short sid, XrdOucCacheIOCB *iocb) | |
![]() | |
XrdOucCacheIOCB () | |
virtual | ~XrdOucCacheIOCB () |
Public Attributes | |
XrdSysCondVar | m_cond {0} |
int | m_retval {0} |
![]() | |
int | m_expected_size = 0 |
XrdOucCacheIOCB * | m_iocb |
int | m_n_chunks = 0 |
unsigned short | m_seq_id |
Definition at line 59 of file XrdPfcIO.hh.
|
inlineoverridevirtual |
Handle result from a previous async operation.
result | is result from a previous operation. Successful results are always values >= 0 while errors are negative values and are always '-errno' indicate the reason for the error. |
Implements XrdOucCacheIOCB.
Definition at line 66 of file XrdPfcIO.hh.
References XrdSysCondVar::Lock(), m_cond, m_retval, XrdSysCondVar::Signal(), and XrdSysCondVar::UnLock().
|
inline |
Definition at line 56 of file XrdPfcFile.hh.
XrdSysCondVar XrdPfc::IO::ReadReqRHCond::m_cond {0} |
Definition at line 61 of file XrdPfcIO.hh.
Referenced by Done(), and XrdPfc::IOFileBlock::Read().
int XrdPfc::IO::ReadReqRHCond::m_retval {0} |
Definition at line 62 of file XrdPfcIO.hh.
Referenced by Done(), and XrdPfc::IOFileBlock::Read().