OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4811-gb5c2d7d

Gerrit Code Review gerrit@openafs.org
Sun, 24 Apr 2016 23:56:41 -0400


The following commit has been merged in the master branch:
commit b5c2d7d3d574514fd8d4c602f8b01cb7bfa41091
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Thu Mar 31 16:39:48 2016 -0400

    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           |    1 +
 src/util/liboafs_util.la.sym |    1 +
 src/util/serverLog.c         |   48 +++++++++++++++++++++++++++++++++++------
 3 files changed, 43 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository