Install the signal handlers after the fork.
authorSteve Singer <ssinger@ca.afilias.info>
Thu, 5 Aug 2010 15:55:43 +0000 (11:55 -0400)
committerSteve Singer <ssinger@ca.afilias.info>
Fri, 27 Aug 2010 18:15:35 +0000 (14:15 -0400)
commit173e7786ddc8ec2ab2b9299fc991573d34e816ba
tree09b6fb35f2acdcc67d894a6c751367dc24f1b476
parente692b6c6ecee3a6ff0539a40245dbceb4ef8f85c
Install the signal handlers after the fork.
sighandler is intended to be used by the watchdog instance not the worker

This can be considered part of bug 139 (non async safe functions being called
by a signal handler)
src/slon/slon.c