commit | ded4c74ea034e3ca9a1de2e8b6a88b1b01f2f917 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Apr 02 16:26:11 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Apr 05 16:53:33 2019 +0000 |
tree | d8062563ae0193869c6023d4f8dc49fb4df9c1c9 | |
parent | bae91350cc4bad07b841037f078c0df282beffbf [diff] |
Fix utility.hpp to use correct types for Request and Context When requesting a Request or Context object as part of the handler signature, it should be a std::shared_ptr<ipmi::Context> or std::shared_ptr<ipmi:message::Request>. There was a bug that made it so it was not possible to have either of those in the signature. This commit enables both. Change-Id: Ib52000f643d7b5f21bc4022629e7d7b03a524dc1 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
.