65 |
|
#ifdef HAVE_LIBGEOIP |
66 |
|
GeoIP *geoip_ctx; |
67 |
|
#endif |
68 |
+ |
|
69 |
|
/* /quote set variables */ |
70 |
|
struct SetOptions GlobalSetOptions; |
71 |
< |
|
72 |
< |
/* configuration set from ircd.conf */ |
72 |
< |
struct config_file_entry ConfigFileEntry; |
73 |
< |
/* server info set from ircd.conf */ |
74 |
< |
struct server_info ServerInfo; |
75 |
< |
/* admin info set from ircd.conf */ |
76 |
< |
struct admin_info AdminInfo = { NULL, NULL, NULL }; |
77 |
< |
struct Counter Count = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; |
78 |
< |
struct ServerState_t server_state = { 0 }; |
79 |
< |
struct logging_entry ConfigLoggingEntry = { .use_logging = 1 }; |
71 |
> |
struct Counter Count; |
72 |
> |
struct ServerState_t server_state; |
73 |
|
struct ServerStatistics ServerStats; |
74 |
|
struct timeval SystemTime; |
75 |
|
struct Client me; /* That's me */ |