XRootD
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. More...
 
bool loadBalancer
 Was the host used as a load balancer. More...
 
uint32_t protocol
 Version of the protocol the host is speaking. More...
 
URL url
 URL of the host. More...
 

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.

◆ 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.

◆ ~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 XrdCl::MessageUtils::RedirectMessage().

◆ loadBalancer

bool XrdCl::HostInfo::loadBalancer

Was the host used as a load balancer.

Definition at line 1176 of file XrdClXRootDResponses.hh.

◆ protocol

uint32_t XrdCl::HostInfo::protocol

Version of the protocol the host is speaking.

Definition at line 1175 of file XrdClXRootDResponses.hh.

◆ url


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