#include "common.h"
#include <signal.h>
#include "signal_handler.h"
#include "server.h"
Include dependency graph for signal_handler.c:
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. |
Definition in file signal_handler.c.