summaryrefslogtreecommitdiffstats
path: root/include/ipmid/message
Commit message (Collapse)AuthorAgeFilesLines
* ipmid: Compiler-generated unpacking and packing of messagesVernon Mauery2019-02-253-0/+672
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>
OpenPOWER on IntegriCloud