|
Crossfire Client, Trunk
R18666
|
#include <newclient.h>
Data Fields | |
| int | ibytes |
| int | obytes |
| short | max_conn |
| time_t | time_start |
Statistics on server.
Definition at line 709 of file newclient.h.
| int ibytes |
ibytes, obytes are bytes in, out.
Definition at line 710 of file newclient.h.
| short max_conn |
Maximum connections received.
Definition at line 712 of file newclient.h.
| int obytes |
Definition at line 711 of file newclient.h.
| time_t time_start |
When we started logging this.
Definition at line 713 of file newclient.h.
1.7.6.1