More tweaks. Added SIGCHLD handler and code to try to restart the TCP server if it dies for whatever reason.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@221 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
@@ -35,6 +35,7 @@ extern sig_atomic_t got_sigint;
|
||||
extern sig_atomic_t got_sigterm;
|
||||
extern sig_atomic_t got_sigusr1;
|
||||
extern sig_atomic_t got_sigusr2;
|
||||
extern sig_atomic_t got_sigchld;
|
||||
|
||||
void sig_handler(int sig);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user