#include <XrdOucCloneSeg.hh>
Public Member Functions | |
| XrdOucCloneSeg () | |
| Constructor and destructor. | |
| ~XrdOucCloneSeg () | |
Public Attributes | |
| uint64_t | dstOffs |
| int | reserved |
| int | srcFD |
| uint64_t | srcLen |
| uint64_t | srcOffs |
The struct defined here is a generic data structure that is used whenever we need to pass a vector of file segments that need to be cloned into another file.
Definition at line 42 of file XrdOucCloneSeg.hh.
|
inline |
Constructor and destructor.
Definition at line 54 of file XrdOucCloneSeg.hh.
References reserved.
|
inline |
Definition at line 55 of file XrdOucCloneSeg.hh.
| uint64_t XrdOucCloneSeg::dstOffs |
Definition at line 48 of file XrdOucCloneSeg.hh.
| int XrdOucCloneSeg::reserved |
Definition at line 45 of file XrdOucCloneSeg.hh.
Referenced by XrdOucCloneSeg().
| int XrdOucCloneSeg::srcFD |
Definition at line 44 of file XrdOucCloneSeg.hh.
| uint64_t XrdOucCloneSeg::srcLen |
Definition at line 47 of file XrdOucCloneSeg.hh.
| uint64_t XrdOucCloneSeg::srcOffs |
Definition at line 46 of file XrdOucCloneSeg.hh.