Go to the documentation of this file. 1 #ifndef __XRDTCPMONPIN_H__
2 #define __XRDTCPMONPIN_H__
Definition: XrdNetAddrInfo.hh:54
int consec
Seconds connected.
Definition: XrdTcpMonPin.hh:58
long long bytesIn
Bytes read from the socket.
Definition: XrdTcpMonPin.hh:59
int fd
Socket file descriptor.
Definition: XrdTcpMonPin.hh:57
virtual ~XrdTcpMonPin()
Definition: XrdTcpMonPin.hh:66
virtual void Monitor(XrdNetAddrInfo &netInfo, LinkInfo &lnkInfo, int liLen)=0
XrdTcpMonPin()
Definition: XrdTcpMonPin.hh:65
Definition: XrdTcpMonPin.hh:56
long long bytesOut
Bytes written to the socket.
Definition: XrdTcpMonPin.hh:60
const char * tident
Pointer to the client's trace identifier.
Definition: XrdTcpMonPin.hh:56
Definition: XrdTcpMonPin.hh:44