#include <XrdPfcFile.hh>
XrdPfc::DirectResponseHandler::DirectResponseHandler |
( |
File * |
file, |
|
|
ReadRequest * |
rreq, |
|
|
int |
to_wait |
|
) |
| |
|
inline |
void XrdPfc::DirectResponseHandler::Done |
( |
int |
result | ) |
|
|
overridevirtual |
Handle result from a previous async operation.
- Parameters
-
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.
int XrdPfc::DirectResponseHandler::m_bytes_read = 0 |
int XrdPfc::DirectResponseHandler::m_errno = 0 |
File* XrdPfc::DirectResponseHandler::m_file |
int XrdPfc::DirectResponseHandler::m_to_wait |
The documentation for this class was generated from the following file: