|
XRootD
|
#include <XrdPfcFile.hh>
Inheritance diagram for XrdPfc::BlockResponseHandler:
Collaboration diagram for XrdPfc::BlockResponseHandler:Public Member Functions | |
| BlockResponseHandler (Block *b) | |
| void | Done (int result) override |
Public Member Functions inherited from XrdOucCacheIOCB | |
| XrdOucCacheIOCB () | |
| virtual | ~XrdOucCacheIOCB () |
Public Attributes | |
| Block * | m_block |
Definition at line 171 of file XrdPfcFile.hh.
|
inline |
|
overridevirtual |
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 1749 of file XrdPfcFile.cc.
References m_block.
| Block* XrdPfc::BlockResponseHandler::m_block |
Definition at line 174 of file XrdPfcFile.hh.
Referenced by BlockResponseHandler(), and Done().