procmgmt: wrappers for softsig handlers 36/12236/2
authorMichael Meffie <mmeffie@sinenomine.net>
Thu, 31 Mar 2016 20:37:42 +0000 (16:37 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Mon, 25 Apr 2016 03:55:56 +0000 (23:55 -0400)
commit22030429fc680959d4d222f20b0756b82eb56d4c
tree59fdb252a8bdac8fa73881e7ff39f5e498f584da
parent24fed351fd13b38bfaf9f278c914a47782dbf670
procmgmt: wrappers for softsig handlers

Provide procmgmt wrappers for Windows environments which match the opr_softsig
functions. This allows builds of the windows servers continue to use the
existing process management signal handling functions, without introducing
additional conditional compilation in the server code.

Change-Id: I0ac287bde294996fb7f32c19370f2992a0af2a58
Reviewed-on: https://gerrit.openafs.org/12236
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/procmgmt/Makefile.in
src/procmgmt/NTMakefile
src/procmgmt/afsprocmgmt.def
src/procmgmt/procmgmt_nt.c
src/procmgmt/procmgmt_softsig.h [new file with mode: 0644]