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

Comparing branches/newio/src/ircd.c (file contents):
Revision 2387 by michael, Sat Jul 6 16:22:05 2013 UTC vs.
Revision 2388 by michael, Tue Jul 9 11:22:52 2013 UTC

# Line 80 | Line 80 | struct logging_entry ConfigLoggingEntry
80   struct ServerStatistics ServerStats;
81   struct timeval SystemTime;
82   struct Client me;             /* That's me */
83 < struct LocalUser meLocalUser; /* That's also part of me */
83 > struct Connection meConnection; /* That's also part of me */
84  
85   const char *logFileName = LPATH;
86   const char *pidFileName = PPATH;
# Line 481 | Line 481 | main(int argc, char *argv[])
481    /* It ain't random, but it ought to be a little harder to guess */
482    init_genrand(SystemTime.tv_sec ^ (SystemTime.tv_usec | (getpid() << 20)));
483  
484 <  me.localClient = &meLocalUser;
484 >  me.localClient = &meConnection;
485    dlinkAdd(&me, &me.node, &global_client_list);  /* Pointer to beginning
486                                                     of Client list */
487    /* Initialise the channel capability usage counts... */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines