|
xrootd
|
Describe a server logout event. More...
#include <XrdClMonitor.hh>

Public Member Functions | |
| DisconnectInfo () | |
Public Attributes | |
| std::string | server |
| user:port More... | |
| uint64_t | rBytes |
| Number of bytes received. More... | |
| uint64_t | sBytes |
| Number of bytes sent. More... | |
| time_t | cTime |
| Seconds connected to the server. More... | |
| Status | status |
| Disconnection status. More... | |
Describe a server logout event.
|
inline |
| time_t XrdCl::Monitor::DisconnectInfo::cTime |
Seconds connected to the server.
Referenced by MonitorTest::Event(), and XrdCl::Stream::MonitorDisconnection().
| uint64_t XrdCl::Monitor::DisconnectInfo::rBytes |
Number of bytes received.
Referenced by MonitorTest::Event(), and XrdCl::Stream::MonitorDisconnection().
| uint64_t XrdCl::Monitor::DisconnectInfo::sBytes |
Number of bytes sent.
Referenced by MonitorTest::Event(), and XrdCl::Stream::MonitorDisconnection().
| std::string XrdCl::Monitor::DisconnectInfo::server |
user:port
Referenced by MonitorTest::Event(), and XrdCl::Stream::MonitorDisconnection().
| Status XrdCl::Monitor::DisconnectInfo::status |
Disconnection status.
Referenced by MonitorTest::Event(), and XrdCl::Stream::MonitorDisconnection().
1.8.3.1