xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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:value". 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

Checksum as "type:value".

bool XrdCl::Monitor::CheckSumInfo::isOK

True if checksum matched, false otherwise.

uint64_t XrdCl::Monitor::CheckSumInfo::oTime

Microseconds to obtain cksum from origin.

TransferInfo XrdCl::Monitor::CheckSumInfo::transfer

The transfer in question.

uint64_t XrdCl::Monitor::CheckSumInfo::tTime

Microseconds to obtain cksum from target.


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