xrootd
|
#include <XrdOucIOVec.hh>
Public Attributes | |
long long | offset |
int | size |
int | info |
char * | data |
The struct defined here is a generic data structure that is used whenever we need to pass a vector of file offsets, lengths, and the corresponding target buffer pointers. It is used by the sfs, ofs, and oss components.
char* XrdOucIOVec::data |
Referenced by XrdOucIOVec2::XrdOucIOVec2().
int XrdOucIOVec::info |
Referenced by XrdOucIOVec2::XrdOucIOVec2().
long long XrdOucIOVec::offset |
Referenced by XrdOucIOVec2::XrdOucIOVec2().
int XrdOucIOVec::size |
Referenced by XrdOucIOVec2::XrdOucIOVec2().