XRootD
XrdCl::Monitor::TransferInfo Struct Reference

Describe the transfer. More...

#include <XrdClMonitor.hh>

+ Collaboration diagram for XrdCl::Monitor::TransferInfo:

Public Member Functions

 TransferInfo ()
 

Public Attributes

const URLorigin
 URL of the origin. More...
 
const URLtarget
 URL of the target. More...
 

Detailed Description

Describe the transfer.

Definition at line 161 of file XrdClMonitor.hh.

Constructor & Destructor Documentation

◆ TransferInfo()

XrdCl::Monitor::TransferInfo::TransferInfo ( )
inline

Definition at line 163 of file XrdClMonitor.hh.

163 : origin(0), target(0) {}
const URL * target
URL of the target.
const URL * origin
URL of the origin.

Member Data Documentation

◆ origin

const URL* XrdCl::Monitor::TransferInfo::origin

URL of the origin.

Definition at line 164 of file XrdClMonitor.hh.

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

◆ target

const URL* XrdCl::Monitor::TransferInfo::target

URL of the target.

Definition at line 165 of file XrdClMonitor.hh.

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


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