XRootD
XrdCl::Monitor::CopyEInfo Struct Reference

Describe an end of copy event. More...

#include <XrdClMonitor.hh>

+ Collaboration diagram for XrdCl::Monitor::CopyEInfo:

Public Member Functions

 CopyEInfo ()
 

Public Attributes

timeval bTOD
 Copy start time. More...
 
timeval eTOD
 Copy end time. More...
 
int sources
 Number of sources used for the copy. More...
 
const XRootDStatusstatus
 Status of the copy. More...
 
TransferInfo transfer
 The transfer in question. More...
 

Detailed Description

Describe an end of copy event.

Definition at line 181 of file XrdClMonitor.hh.

Constructor & Destructor Documentation

◆ CopyEInfo()

XrdCl::Monitor::CopyEInfo::CopyEInfo ( )
inline

Definition at line 183 of file XrdClMonitor.hh.

183  : sources(0), status(0)
184  {
185  bTOD.tv_sec = 0; bTOD.tv_usec = 0;
186  eTOD.tv_sec = 0; eTOD.tv_usec = 0;
187  }
int sources
Number of sources used for the copy.
timeval bTOD
Copy start time.
const XRootDStatus * status
Status of the copy.
timeval eTOD
Copy end time.

References bTOD, and eTOD.

Member Data Documentation

◆ bTOD

timeval XrdCl::Monitor::CopyEInfo::bTOD

Copy start time.

Definition at line 190 of file XrdClMonitor.hh.

Referenced by CopyEInfo().

◆ eTOD

timeval XrdCl::Monitor::CopyEInfo::eTOD

Copy end time.

Definition at line 191 of file XrdClMonitor.hh.

Referenced by CopyEInfo().

◆ sources

int XrdCl::Monitor::CopyEInfo::sources

Number of sources used for the copy.

Definition at line 189 of file XrdClMonitor.hh.

◆ status

const XRootDStatus* XrdCl::Monitor::CopyEInfo::status

Status of the copy.

Definition at line 192 of file XrdClMonitor.hh.

◆ transfer

TransferInfo XrdCl::Monitor::CopyEInfo::transfer

The transfer in question.

Definition at line 188 of file XrdClMonitor.hh.


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