XRootD
Loading...
Searching...
No Matches
XrdOucCloneSeg Struct Reference

#include <XrdOucCloneSeg.hh>

Collaboration diagram for XrdOucCloneSeg:

Public Member Functions

 XrdOucCloneSeg ()
 Constructor and destructor.
 ~XrdOucCloneSeg ()

Public Attributes

uint64_t dstOffs
int reserved
int srcFD
uint64_t srcLen
uint64_t srcOffs

Detailed Description

XrdOucCloneSeg

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.

Constructor & Destructor Documentation

◆ XrdOucCloneSeg()

XrdOucCloneSeg::XrdOucCloneSeg ( )
inline

Constructor and destructor.

Definition at line 54 of file XrdOucCloneSeg.hh.

54: reserved(0) {}

References reserved.

◆ ~XrdOucCloneSeg()

XrdOucCloneSeg::~XrdOucCloneSeg ( )
inline

Definition at line 55 of file XrdOucCloneSeg.hh.

55{}

Member Data Documentation

◆ dstOffs

uint64_t XrdOucCloneSeg::dstOffs

Definition at line 48 of file XrdOucCloneSeg.hh.

◆ reserved

int XrdOucCloneSeg::reserved

Definition at line 45 of file XrdOucCloneSeg.hh.

Referenced by XrdOucCloneSeg().

◆ srcFD

int XrdOucCloneSeg::srcFD

Definition at line 44 of file XrdOucCloneSeg.hh.

◆ srcLen

uint64_t XrdOucCloneSeg::srcLen

Definition at line 47 of file XrdOucCloneSeg.hh.

◆ srcOffs

uint64_t XrdOucCloneSeg::srcOffs

Definition at line 46 of file XrdOucCloneSeg.hh.


The documentation for this struct was generated from the following file: