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 1624 by michael, Thu Nov 1 13:16:37 2012 UTC vs.
Revision 1625 by michael, Thu Nov 1 13:49:25 2012 UTC

# Line 651 | Line 651 | main(int argc, char *argv[])
651    /* Setup the timeout check. I'll shift it later :)  -- adrian */
652    eventAddIsh("comm_checktimeouts", comm_checktimeouts, NULL, 1);
653  
654 +  eventAddIsh("save_all_databases", save_all_databases, NULL, DATABASE_UPDATE_TIMEOUT);
655 +
656    if (ConfigServerHide.links_delay > 0)
657      eventAddIsh("write_links_file", write_links_file, NULL, ConfigServerHide.links_delay);
658    else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines