The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ProtoServer Class Reference

#include <protocol.h>

Collaboration diagram for ProtoServer:

Collaboration graph
[legend]
List of all members.

Public Attributes

std::string servername
std::string parentname
std::string gecos
unsigned int usercount
unsigned int opercount
unsigned int latencyms

Detailed Description

Definition at line 24 of file protocol.h.


Member Data Documentation

std::string ProtoServer::gecos
 

Definition at line 29 of file protocol.h.

Referenced by SpanningTreeProtocolInterface::GetServerList().

unsigned int ProtoServer::latencyms
 

Definition at line 32 of file protocol.h.

Referenced by SpanningTreeProtocolInterface::GetServerList().

unsigned int ProtoServer::opercount
 

Definition at line 31 of file protocol.h.

Referenced by SpanningTreeProtocolInterface::GetServerList().

std::string ProtoServer::parentname
 

Definition at line 28 of file protocol.h.

Referenced by SpanningTreeProtocolInterface::GetServerList().

std::string ProtoServer::servername
 

Definition at line 27 of file protocol.h.

Referenced by SpanningTreeProtocolInterface::GetServerList().

unsigned int ProtoServer::usercount
 

Definition at line 30 of file protocol.h.

Referenced by SpanningTreeProtocolInterface::GetServerList().


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