Crossfire Server, Trunk
|
#include <newserver.h>
Data Fields | |
int | allocated_sockets |
int | max_filedescriptor |
struct timeval | timeout |
Holds some system-related information.
Definition at line 141 of file newserver.h.
int Socket_Info::allocated_sockets |
Number of allocated items in init_sockets.
Definition at line 144 of file newserver.h.
Referenced by check_all_fds(), command_recollect(), do_server(), free_all_newserver(), init_connection(), init_server(), and new_connection().
int Socket_Info::max_filedescriptor |
max filedescriptor on the system.
Definition at line 143 of file newserver.h.
Referenced by do_server(), and init_server().
struct timeval Socket_Info::timeout |
Timeout for select.
Definition at line 142 of file newserver.h.
Referenced by do_server(), and init_server().