util: softsig version of function to setup logging signal handlers 38/12238/2
authorMichael Meffie <mmeffie@sinenomine.net>
Thu, 31 Mar 2016 20:39:48 +0000 (16:39 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Mon, 25 Apr 2016 03:56:29 +0000 (23:56 -0400)
commitb5c2d7d3d574514fd8d4c602f8b01cb7bfa41091
treef26c97a1e27dc48b11b50effe4518fab0303622a
parent524d92b497e525bb7bc0929385e722a0c4157890
util: softsig version of function to setup logging signal handlers

Provide a new routine to setup the server log signals which registers
soft signal handlers for the common log management signals (SIGTSTP and
SIGHUP). Keep the old SetupLogSignals() routine around while lwp still
exists.

Change-Id: Ic9151c7ad25528e8e4008a4567836e4196cbe8c3
Reviewed-on: https://gerrit.openafs.org/12238
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/util/afsutil.h
src/util/liboafs_util.la.sym
src/util/serverLog.c