XRootD
Loading...
Searching...
No Matches
XrdCl::HostInfo Struct Reference

#include <XrdClXRootDResponses.hh>

Collaboration diagram for XrdCl::HostInfo:

Public Member Functions

 HostInfo ()
 HostInfo (const URL &u, bool lb=false)
virtual ~HostInfo ()

Public Attributes

uint32_t flags
 Host type.
bool loadBalancer
 Was the host used as a load balancer.
uint32_t protocol
 Version of the protocol the host is speaking.
URL url
 URL of the host.

Detailed Description

Definition at line 1166 of file XrdClXRootDResponses.hh.

Constructor & Destructor Documentation

◆ HostInfo() [1/2]

XrdCl::HostInfo::HostInfo ( )
inline

Definition at line 1168 of file XrdClXRootDResponses.hh.

1168 :
1169 flags(0), protocol(0), loadBalancer(false) {}
uint32_t protocol
Version of the protocol the host is speaking.
bool loadBalancer
Was the host used as a load balancer.
uint32_t flags
Host type.

References flags, loadBalancer, and protocol.

◆ HostInfo() [2/2]

XrdCl::HostInfo::HostInfo ( const URL & u,
bool lb = false )
inline

Definition at line 1170 of file XrdClXRootDResponses.hh.

1170 :
1171 flags(0), protocol(0), loadBalancer(lb), url(u) {}
URL url
URL of the host.

References flags, loadBalancer, protocol, and url.

◆ ~HostInfo()

virtual XrdCl::HostInfo::~HostInfo ( )
inlinevirtual

Definition at line 1172 of file XrdClXRootDResponses.hh.

1172{};

Member Data Documentation

◆ flags

uint32_t XrdCl::HostInfo::flags

Host type.

Definition at line 1174 of file XrdClXRootDResponses.hh.

Referenced by HostInfo(), HostInfo(), and XrdCl::MessageUtils::RedirectMessage().

◆ loadBalancer

bool XrdCl::HostInfo::loadBalancer

Was the host used as a load balancer.

Definition at line 1176 of file XrdClXRootDResponses.hh.

Referenced by HostInfo(), and HostInfo().

◆ protocol

uint32_t XrdCl::HostInfo::protocol

Version of the protocol the host is speaking.

Definition at line 1175 of file XrdClXRootDResponses.hh.

Referenced by HostInfo(), and HostInfo().

◆ url

URL XrdCl::HostInfo::url

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