![]() |
XRootD
|
Describe a server login event. More...
#include <XrdClMonitor.hh>
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... | |
Describe a server login event.
Definition at line 71 of file XrdClMonitor.hh.
|
inline |
Definition at line 73 of file XrdClMonitor.hh.
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().
timeval XrdCl::Monitor::ConnectInfo::eTOD |
gettimeofday() when login ended
Definition at line 81 of file XrdClMonitor.hh.
Referenced by ConnectInfo(), and XrdCl::Stream::OnConnect().
std::string XrdCl::Monitor::ConnectInfo::server |
"user@host:port"
Definition at line 78 of file XrdClMonitor.hh.
Referenced by XrdCl::Stream::OnConnect().
timeval XrdCl::Monitor::ConnectInfo::sTOD |
gettimeofday() when login started
Definition at line 80 of file XrdClMonitor.hh.
Referenced by ConnectInfo(), and XrdCl::Stream::OnConnect().
uint16_t XrdCl::Monitor::ConnectInfo::streams |
Number of streams.
Definition at line 82 of file XrdClMonitor.hh.
Referenced by XrdCl::Stream::OnConnect().