commit | bf2bb2b11c4d70811e8745c2f4c411896c744111 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 19:26:52 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 25 11:47:55 2022 +0000 |
tree | f37d889122e4e3a8abec54cfcceadb46d8e8f836 | |
parent | f28f7b59a940b39dc693921f793a2a1a84b7f704 [diff] |
sdbusplus: use shorter type aliases The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I96286490697ce5d7fecc1c9c358f5f1d054137ec
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.