ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/ircd.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 2691 by michael, Tue Dec 17 18:55:59 2013 UTC vs.
Revision 2872 by michael, Sun Jan 19 17:25:38 2014 UTC

# Line 65 | Line 65
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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)