xrootd
Public Member Functions | Public Attributes | List of all members
XrdCl::Monitor::CheckSumInfo Struct Reference

Describe a checksum event. More...

#include <XrdClMonitor.hh>

Collaboration diagram for XrdCl::Monitor::CheckSumInfo:
Collaboration graph
[legend]

Public Member Functions

 CheckSumInfo ()
 

Public Attributes

TransferInfo transfer
 The transfer in question. More...
 
std::string cksum
 Checksum as <type>: More...
 
uint64_t oTime
 Microseconds to obtain cksum from origin. More...
 
uint64_t tTime
 Microseconds to obtain cksum from target. More...
 
bool isOK
 True if checksum matched, false otherwise. More...
 

Detailed Description

Describe a checksum event.

Constructor & Destructor Documentation

XrdCl::Monitor::CheckSumInfo::CheckSumInfo ( )
inline

Member Data Documentation

std::string XrdCl::Monitor::CheckSumInfo::cksum
bool XrdCl::Monitor::CheckSumInfo::isOK

True if checksum matched, false otherwise.

Referenced by MonitorTest::Event(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().

uint64_t XrdCl::Monitor::CheckSumInfo::oTime

Microseconds to obtain cksum from origin.

Referenced by MonitorTest::Event(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().

TransferInfo XrdCl::Monitor::CheckSumInfo::transfer
uint64_t XrdCl::Monitor::CheckSumInfo::tTime

Microseconds to obtain cksum from target.

Referenced by MonitorTest::Event(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().


The documentation for this struct was generated from the following file: