commit | 23d06441e9ef92b0cfa421dbf256661d31ed5153 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Mar 13 09:16:04 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Jun 21 22:29:41 2019 +0000 |
tree | 8006eca8cafd4e7bcb7accced384d5c98eb69b93 | |
parent | 1a4beed99d47d92e71dca2e9c198c69a602dc324 [diff] |
Use boost::asio::post() instead of io->post() According to the documentation io->post is deprecated, saying that boost::asio::post() should be used instead. Tested: ipmid runs the same as it did before. Change-Id: I552c7cb5cb8ad8f9f6e2bcffa61ce5135e2faad2 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.