Crossfire Server, Trunk
CS_Stats Struct Reference

#include <newclient.h>

Collaboration diagram for CS_Stats:
Collaboration graph

Public Attributes

int ibytes
 
short max_conn
 
int obytes
 
time_t time_start
 

Detailed Description

Statistics on server.

Definition at line 683 of file newclient.h.

Member Data Documentation

◆ ibytes

int CS_Stats::ibytes

ibytes, obytes are bytes in, out.

Definition at line 684 of file newclient.h.

Referenced by metaserver_update(), and SockList_ReadPacket().

◆ max_conn

short CS_Stats::max_conn

Maximum connections received.

Definition at line 686 of file newclient.h.

Referenced by init_connection().

◆ obytes

int CS_Stats::obytes

Definition at line 685 of file newclient.h.

Referenced by metaserver_update(), and Write_To_Socket().

◆ time_start

time_t CS_Stats::time_start

When we started logging this.

Definition at line 687 of file newclient.h.

Referenced by do_specials(), init_server(), and metaserver_update().


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