xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
XrdTcpMonPin::LinkInfo Struct Reference

#include <XrdTcpMonPin.hh>

Public Attributes

const char * tident
 Pointer to the client's trace identifier. More...
 
int fd
 Socket file descriptor. More...
 
int consec
 Seconds connected. More...
 
long long bytesIn
 Bytes read from the socket. More...
 
long long bytesOut
 Bytes written to the socket. More...
 

Detailed Description

Produce monitoring information upon connection termination.

Parameters
netInfoReference to the network object associated with link.
lnkInfoReference to link-specific information.
liLenByte length of lnkInfo being passed.

Member Data Documentation

long long XrdTcpMonPin::LinkInfo::bytesIn

Bytes read from the socket.

long long XrdTcpMonPin::LinkInfo::bytesOut

Bytes written to the socket.

int XrdTcpMonPin::LinkInfo::consec

Seconds connected.

int XrdTcpMonPin::LinkInfo::fd

Socket file descriptor.

const char* XrdTcpMonPin::LinkInfo::tident

Pointer to the client's trace identifier.


The documentation for this struct was generated from the following file: