commit | 8a7236ae9309a413cec0644baf9e69f3f9a80160 | [log] [tgz] |
---|---|---|
author | John Wang <wangzhiqiang.bj@bytedance.com> | Mon Jan 04 15:31:44 2021 +0800 |
committer | John Wang <wangzhiqiang.bj@bytedance.com> | Mon Feb 01 02:43:23 2021 +0000 |
tree | 22040aeb3977f77fe1985793411e183a85b6ed53 | |
parent | 687e9b034734935fc09e59e47f98423688e783bd [diff] |
transportHandler: Separate some util functions to hpp When I implemented the transport oem command as suggested in [1], I found that transporthandler.cpp already implements a lot of util functions that are useful for implementing transporthandler_oem.cpp So, there is this patch, which moves a lot of functions already implemented in cpp to hpp, so that transporthandler_oem.cpp can use them. I believe it will be useful for others to implement the transport oem commands as well. [1] https://github.com/openbmc/phosphor-host-ipmid/blob/master/transporthandler.cpp#L1264 Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com> Change-Id: I580f005df3622ea9340cd303040d98a5527de55e
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
.