xrootd
Loading...
Searching...
No Matches
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.
 
int fd
 Socket file descriptor.
 
int consec
 Seconds connected.
 
long long bytesIn
 Bytes read from the socket.
 
long long bytesOut
 Bytes written to the socket.
 

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

◆ bytesIn

long long XrdTcpMonPin::LinkInfo::bytesIn

Bytes read from the socket.

◆ bytesOut

long long XrdTcpMonPin::LinkInfo::bytesOut

Bytes written to the socket.

◆ consec

int XrdTcpMonPin::LinkInfo::consec

Seconds connected.

◆ fd

int XrdTcpMonPin::LinkInfo::fd

Socket file descriptor.

◆ tident

const char* XrdTcpMonPin::LinkInfo::tident

Pointer to the client's trace identifier.


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