Describe an end of copy event. More...
#include <XrdClMonitor.hh>
Public Member Functions | |
| CopyEInfo () | |
Public Attributes | |
| timeval | bTOD |
| Copy start time. | |
| timeval | eTOD |
| Copy end time. | |
| int | sources |
| Number of sources used for the copy. | |
| const XRootDStatus * | status |
| Status of the copy. | |
| TransferInfo | transfer |
| The transfer in question. | |
Describe an end of copy event.
Definition at line 182 of file XrdClMonitor.hh.
|
inline |
Definition at line 184 of file XrdClMonitor.hh.
| timeval XrdCl::Monitor::CopyEInfo::bTOD |
| timeval XrdCl::Monitor::CopyEInfo::eTOD |
| int XrdCl::Monitor::CopyEInfo::sources |
Number of sources used for the copy.
Definition at line 190 of file XrdClMonitor.hh.
Referenced by CopyEInfo().
| const XRootDStatus* XrdCl::Monitor::CopyEInfo::status |
| TransferInfo XrdCl::Monitor::CopyEInfo::transfer |
The transfer in question.
Definition at line 189 of file XrdClMonitor.hh.