commit | e7329c71f3d22e010c38a7f738e81ab78330038e | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Oct 08 12:05:16 2018 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Feb 25 14:27:21 2019 -0800 |
tree | 8cb355cbde96d7a341f1c707c7f0e8c334f88e58 | |
parent | 1bb0c7fc55b21bb40b7afb567f2f938f15411ca1 [diff] |
ipmid: Compiler-generated unpacking and packing of messages handler.hpp has the templated wrapping bits for ipmi command handler callbacks implemented. message.hpp has the serialization/deserialization of the ipmi data stream into packed tuples for functions. message/pack.hpp and message/unpack.hpp contain the actual serialization and deserialization of types. Change-Id: If997f8768c8488ab6ac022526a5ef9a1bce57fcb 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
.