![]() |
XRootD
|
Describe a checksum event. More...
#include <XrdClMonitor.hh>
Public Member Functions | |
CheckSumInfo () | |
Public Attributes | |
std::string | cksum |
Checksum as "type:value". More... | |
bool | isOK |
True if checksum matched, false otherwise. More... | |
uint64_t | oTime |
Microseconds to obtain cksum from origin. More... | |
TransferInfo | transfer |
The transfer in question. More... | |
uint64_t | tTime |
Microseconds to obtain cksum from target. More... | |
Describe a checksum event.
Definition at line 198 of file XrdClMonitor.hh.
|
inline |
Definition at line 200 of file XrdClMonitor.hh.
std::string XrdCl::Monitor::CheckSumInfo::cksum |
Checksum as "type:value".
Definition at line 202 of file XrdClMonitor.hh.
Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
bool XrdCl::Monitor::CheckSumInfo::isOK |
True if checksum matched, false otherwise.
Definition at line 205 of file XrdClMonitor.hh.
Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
uint64_t XrdCl::Monitor::CheckSumInfo::oTime |
Microseconds to obtain cksum from origin.
Definition at line 203 of file XrdClMonitor.hh.
Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
TransferInfo XrdCl::Monitor::CheckSumInfo::transfer |
The transfer in question.
Definition at line 201 of file XrdClMonitor.hh.
Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
uint64_t XrdCl::Monitor::CheckSumInfo::tTime |
Microseconds to obtain cksum from target.
Definition at line 204 of file XrdClMonitor.hh.
Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().