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

Comparing ircd-hybrid/src/restart.c (file contents):
Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
Revision 69 by adx, Tue Oct 4 16:09:51 2005 UTC

# Line 19 | Line 19
19   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
20   *  USA
21   *
22 < *  $Id: restart.c,v 7.32 2005/09/19 06:15:21 metalrock Exp $
22 > *  $Id$
23   */
24  
25   #include "stdinc.h"
26 #include "tools.h"
26   #include "restart.h"
27   #include "common.h"
29 #include "fdlist.h"
28   #include "ircd.h"
31 #include "irc_string.h"
29   #include "send.h"
33 #include "s_log.h"
30   #include "client.h" /* for UMODE_ALL */
35 #include "memory.h"
31  
32   void
33   restart(const char *mesg)
# Line 90 | Line 85 | server_die(const char *mesg, int rboot)
85    else
86      exit(0);
87   }
88 +
89 + void
90 + ircd_outofmemory(void)
91 + {
92 +  restart("Out of memory");
93 + }

Comparing ircd-hybrid/src/restart.c (property svn:keywords):
Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
Revision 69 by adx, Tue Oct 4 16:09:51 2005 UTC

# Line 1 | Line 1
1 < "Id Revision"
1 > Id Revision

Diff Legend

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