XRootD
Loading...
Searching...
No Matches
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 URL * origin
 URL of the origin.
 
const URL * target
 URL of the target.
 

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.

References origin, and target.

Member Data Documentation

◆ origin

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

URL of the origin.

Definition at line 164 of file XrdClMonitor.hh.

Referenced by TransferInfo(), 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 TransferInfo(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().


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