Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

signal_handler.c File Reference

contains the os-signal routing functions. More...

#include "common.h"
#include <signal.h>
#include "signal_handler.h"
#include "server.h"

Include dependency graph for signal_handler.c:

Include dependency graph

Go to the source code of this file.

Functions

void sgnlSigInt (int id)
 signal handler for SIGINT.

void sgnlSigHup (int id)
 signal handler for SIGHUP.

void sgnlSigTerm (int id)
 signal handler for SIGTERM.

void sgnlSigUsr1 (int id)
 signal handler for SIGUSER1 (planned for logfile shuffling).

void sgnlSigRecord (int id)
 NOOP signal handler that only records the signal's number, used solely for debugging.

void sgnlInit ()
 initializes the several signals and routes them to there individual handlers.


Detailed Description

contains the os-signal routing functions.

Definition in file signal_handler.c.


Generated on Fri Jan 25 22:41:01 2002 for PDepp Webserver by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001