commit | cbccb05ab1ea1a9ad23cd8204722044122a49595 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Oct 24 13:52:22 2018 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Dec 11 16:39:05 2018 +0000 |
tree | d07595edc71b2360ec52f40437d68540b3d56e87 | |
parent | 99b878493c8864e284bf8970134c7847af65b05b [diff] |
netipmid: move event loop to boost::asio::io_context Replacing the event loop with asio provides for more flexibility and less code than the sd_event model. Intially, this will require the loop to handle both sd_events with a wrapper, but after all the sd_event sources are replaced with asio event sources the wrapper can be removed. Change-Id: Icf020c6c26a214bb1239641733c89603501c0c49 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>