XRootD
XrdCl::Monitor::ConnectInfo Struct Reference

Describe a server login event. More...

#include <XrdClMonitor.hh>

+ Collaboration diagram for XrdCl::Monitor::ConnectInfo:

Public Member Functions

 ConnectInfo ()
 

Public Attributes

std::string auth
 authentication protocol used or empty if none More...
 
timeval eTOD
 gettimeofday() when login ended More...
 
std::string server
 "user@host:port" More...
 
timeval sTOD
 gettimeofday() when login started More...
 
uint16_t streams
 Number of streams. More...
 

Detailed Description

Describe a server login event.

Definition at line 71 of file XrdClMonitor.hh.

Constructor & Destructor Documentation

◆ ConnectInfo()

XrdCl::Monitor::ConnectInfo::ConnectInfo ( )
inline

Definition at line 73 of file XrdClMonitor.hh.

73  : streams( 0 )
74  {
75  sTOD.tv_sec = 0; sTOD.tv_usec = 0;
76  eTOD.tv_sec = 0; eTOD.tv_usec = 0;
77  }
uint16_t streams
Number of streams.
Definition: XrdClMonitor.hh:82
timeval sTOD
gettimeofday() when login started
Definition: XrdClMonitor.hh:80
timeval eTOD
gettimeofday() when login ended
Definition: XrdClMonitor.hh:81

References eTOD, and sTOD.

Member Data Documentation

◆ auth

std::string XrdCl::Monitor::ConnectInfo::auth

authentication protocol used or empty if none

Definition at line 79 of file XrdClMonitor.hh.

Referenced by XrdCl::Stream::OnConnect().

◆ eTOD

timeval XrdCl::Monitor::ConnectInfo::eTOD

gettimeofday() when login ended

Definition at line 81 of file XrdClMonitor.hh.

Referenced by ConnectInfo(), and XrdCl::Stream::OnConnect().

◆ server

std::string XrdCl::Monitor::ConnectInfo::server

"user@host:port"

Definition at line 78 of file XrdClMonitor.hh.

Referenced by XrdCl::Stream::OnConnect().

◆ sTOD

timeval XrdCl::Monitor::ConnectInfo::sTOD

gettimeofday() when login started

Definition at line 80 of file XrdClMonitor.hh.

Referenced by ConnectInfo(), and XrdCl::Stream::OnConnect().

◆ streams

uint16_t XrdCl::Monitor::ConnectInfo::streams

Number of streams.

Definition at line 82 of file XrdClMonitor.hh.

Referenced by XrdCl::Stream::OnConnect().


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