xrootd
|
Describe a server login event. More...
#include <XrdClMonitor.hh>
Public Member Functions | |
ConnectInfo () | |
Public Attributes | |
std::string | server |
"user@host:port" More... | |
std::string | auth |
authentication protocol used or empty if none More... | |
timeval | sTOD |
gettimeofday() when login started More... | |
timeval | eTOD |
gettimeofday() when login ended More... | |
uint16_t | streams |
Number of streams. More... | |
Describe a server login event.
std::string XrdCl::Monitor::ConnectInfo::auth |
authentication protocol used or empty if none
timeval XrdCl::Monitor::ConnectInfo::eTOD |
gettimeofday() when login ended
Referenced by ConnectInfo(), and XrdCl::Monitor::CopyEInfo::CopyEInfo().
std::string XrdCl::Monitor::ConnectInfo::server |
"user@host:port"
timeval XrdCl::Monitor::ConnectInfo::sTOD |
gettimeofday() when login started
Referenced by ConnectInfo().
uint16_t XrdCl::Monitor::ConnectInfo::streams |
Number of streams.