]> git.ipfire.org Git - thirdparty/kea.git/commit
[trac3687] Add PIDFile class to manage PID files
authorShawn Routhier <sar@isc.org>
Tue, 27 Jan 2015 04:34:10 +0000 (20:34 -0800)
committerShawn Routhier <sar@isc.org>
Tue, 27 Jan 2015 04:34:10 +0000 (20:34 -0800)
commit06b3c5041ee6884427decde39c83984ea13e0932
tree1b5efca7e746705f35119dac88ed8d6545e932f0
parent1e8921059c6986803816d3f93f2ea70e3b100004
[trac3687] Add PIDFile class to manage PID files

Add the PIDFile class to manage PID files (check, write, delete)

Update the LFC code to use the PIDFile class to run only a single
instance at a time.
src/bin/lfc/kea-lfc.xml
src/bin/lfc/lfc_controller.cc
src/bin/lfc/lfc_controller.h
src/bin/lfc/tests/lfc_controller_unittests.cc