|
XRootD
|
Describe a server logout event. More...
#include <XrdClMonitor.hh>
Collaboration diagram for XrdCl::Monitor::DisconnectInfo:Public Member Functions | |
| DisconnectInfo () | |
Public Attributes | |
| time_t | cTime |
| Seconds connected to the server. | |
| uint64_t | rBytes |
| Number of bytes received. | |
| uint64_t | sBytes |
| Number of bytes sent. | |
| std::string | server |
| "user@host:port" | |
| Status | status |
| Disconnection status. | |
Describe a server logout event.
Definition at line 88 of file XrdClMonitor.hh.
|
inline |
Definition at line 90 of file XrdClMonitor.hh.
| time_t XrdCl::Monitor::DisconnectInfo::cTime |
Seconds connected to the server.
Definition at line 95 of file XrdClMonitor.hh.
Referenced by DisconnectInfo().
| uint64_t XrdCl::Monitor::DisconnectInfo::rBytes |
Number of bytes received.
Definition at line 93 of file XrdClMonitor.hh.
Referenced by DisconnectInfo().
| uint64_t XrdCl::Monitor::DisconnectInfo::sBytes |
Number of bytes sent.
Definition at line 94 of file XrdClMonitor.hh.
Referenced by DisconnectInfo().
| std::string XrdCl::Monitor::DisconnectInfo::server |
"user@host:port"
Definition at line 92 of file XrdClMonitor.hh.
| Status XrdCl::Monitor::DisconnectInfo::status |
Disconnection status.
Definition at line 96 of file XrdClMonitor.hh.