xrootd
Loading...
Searching...
No Matches
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.
 
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.
 

Detailed Description

Describe a checksum event.

Constructor & Destructor Documentation

◆ CheckSumInfo()

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

Member Data Documentation

◆ 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

TransferInfo XrdCl::Monitor::CheckSumInfo::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: