Describe a checksum event. More...
#include <XrdClMonitor.hh>
Public Member Functions | |
CheckSumInfo () | |
Public Attributes | |
TransferInfo | transfer |
The transfer in question. | |
std::string | cksum |
Checksum as "type:value". | |
uint64_t | oTime |
Microseconds to obtain cksum from origin. | |
uint64_t | tTime |
Microseconds to obtain cksum from target. | |
bool | isOK |
True if checksum matched, false otherwise. |
Describe a checksum event.
XrdCl::Monitor::CheckSumInfo::CheckSumInfo | ( | ) | [inline] |
std::string XrdCl::Monitor::CheckSumInfo::cksum |
Checksum as "type:value".
True if checksum matched, false otherwise.
uint64_t XrdCl::Monitor::CheckSumInfo::oTime |
Microseconds to obtain cksum from origin.
The transfer in question.
uint64_t XrdCl::Monitor::CheckSumInfo::tTime |
Microseconds to obtain cksum from target.