|
xrootd
|
#include <XrdPfcIO.hh>


Public Member Functions | |
| void | Done (int result) override |
Public Member Functions inherited from XrdPfc::ReadReqRH | |
| ReadReqRH (unsigned short sid, XrdOucCacheIOCB *iocb) | |
Public Member Functions inherited from XrdOucCacheIOCB | |
| XrdOucCacheIOCB () | |
| virtual | ~XrdOucCacheIOCB () |
Public Attributes | |
| XrdSysCondVar | m_cond {0} |
| int | m_retval {0} |
Public Attributes inherited from XrdPfc::ReadReqRH | |
| int | m_expected_size = 0 |
| int | m_n_chunks = 0 |
| unsigned short | m_seq_id |
| XrdOucCacheIOCB * | m_iocb |
|
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.
References XrdSysCondVar::Lock(), m_cond, m_retval, XrdSysCondVar::Signal(), and XrdSysCondVar::UnLock().
| XrdSysCondVar XrdPfc::IO::ReadReqRHCond::m_cond {0} |
Referenced by Done().
| int XrdPfc::IO::ReadReqRHCond::m_retval {0} |
Referenced by Done().
1.8.5