|
xrootd
|
Describe an end of copy event. More...
#include <XrdClMonitor.hh>

Public Member Functions | |
| CopyEInfo () | |
Public Attributes | |
| TransferInfo | transfer |
| The transfer in question. More... | |
| int | sources |
| Number of sources used for the copy. More... | |
| timeval | bTOD |
| Copy start time. More... | |
| timeval | eTOD |
| Copy end time. More... | |
| const XRootDStatus * | status |
| Status of the copy. More... | |
Describe an end of copy event.
| timeval XrdCl::Monitor::CopyEInfo::bTOD |
Copy start time.
Referenced by CopyEInfo().
| timeval XrdCl::Monitor::CopyEInfo::eTOD |
Copy end time.
Referenced by CopyEInfo().
| int XrdCl::Monitor::CopyEInfo::sources |
Number of sources used for the copy.
| const XRootDStatus* XrdCl::Monitor::CopyEInfo::status |
Status of the copy.
| TransferInfo XrdCl::Monitor::CopyEInfo::transfer |
The transfer in question.