commit | 22c8a210c4428fc0918c35f2a0223c8c76d0eeaf | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Oct 24 14:51:23 2018 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Dec 19 15:40:36 2018 -0800 |
tree | 0382dc430dab6450debf5ce8aa9e95500906b563 | |
parent | fc37e59e2f85e585ee830e801b5b26a2c859c86b [diff] |
netipmid: use boost::asio signal handling boost::asio provides a signal handling interface that looks familiar to the rest of its async API. This will allow the event loop to cleanly shut down upon receipt of SIGTERM or SIGINT. Change-Id: I6a888a0bb0206e885da9e0fcf4856b96ec93a461 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>