xrootd
|
#include <XrdOfsCPFile.hh>
Public Member Functions | |
rInfo () | |
~rInfo () | |
Public Attributes | |
const char * | srcLFN |
Pointer to the source filename. More... | |
int64_t | fSize |
Original size of the source file. More... | |
time_t | mTime |
Original modification time of the source. More... | |
XrdOucIOVec * | DataVec |
A vector of data that must be written back. More... | |
int | DataNum |
Number of elements in DataVec (may be 0) More... | |
int | DataLen |
Number of bytes to write back (may be 0) More... | |
Private Attributes | |
void * | rBuff |
Friends | |
class | XrdOfsCPFile |
Get the file restore information from a checkpoint file.
rinfo | - Reference to the rpInfo object. |
ewhy | - Pointer to text explaining the error encountered. |
XrdOfsCPFile::rInfo::rInfo | ( | ) |
XrdOfsCPFile::rInfo::~rInfo | ( | ) |
|
friend |
int XrdOfsCPFile::rInfo::DataLen |
Number of bytes to write back (may be 0)
int XrdOfsCPFile::rInfo::DataNum |
Number of elements in DataVec (may be 0)
XrdOucIOVec* XrdOfsCPFile::rInfo::DataVec |
A vector of data that must be written back.
int64_t XrdOfsCPFile::rInfo::fSize |
Original size of the source file.
time_t XrdOfsCPFile::rInfo::mTime |
Original modification time of the source.
|
private |
const char* XrdOfsCPFile::rInfo::srcLFN |
Pointer to the source filename.