XRootD
XrdCl::HostInfo Struct Reference

#include <XrdClXRootDResponses.hh>

+ Collaboration diagram for XrdCl::HostInfo:

Public Member Functions

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

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 1108 of file XrdClXRootDResponses.hh.

Constructor & Destructor Documentation

◆ HostInfo() [1/2]

XrdCl::HostInfo::HostInfo ( )
inline

Definition at line 1110 of file XrdClXRootDResponses.hh.

1110  :
1111  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 1112 of file XrdClXRootDResponses.hh.

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

Member Data Documentation

◆ flags

uint32_t XrdCl::HostInfo::flags

Host type.

Definition at line 1114 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 1116 of file XrdClXRootDResponses.hh.

◆ protocol

uint32_t XrdCl::HostInfo::protocol

Version of the protocol the host is speaking.

Definition at line 1115 of file XrdClXRootDResponses.hh.

◆ url


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