Describe a checksum event.
More...
#include <XrdClMonitor.hh>
|
| 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.
◆ CheckSumInfo()
| XrdCl::Monitor::CheckSumInfo::CheckSumInfo |
( |
| ) |
|
|
inline |
◆ cksum
| std::string XrdCl::Monitor::CheckSumInfo::cksum |
Checksum as "type:value".
◆ isOK
| bool XrdCl::Monitor::CheckSumInfo::isOK |
True if checksum matched, false otherwise.
◆ oTime
| uint64_t XrdCl::Monitor::CheckSumInfo::oTime |
Microseconds to obtain cksum from origin.
◆ transfer
The transfer in question.
◆ tTime
| uint64_t XrdCl::Monitor::CheckSumInfo::tTime |
Microseconds to obtain cksum from target.
The documentation for this struct was generated from the following file: