commit | cc8070bad869fc871bcbd3675d6ba6b32716c7f8 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 19:26:55 2022 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jul 25 18:08:20 2022 +0000 |
tree | 0b9e493e39bfc35d1e93e8bcebfde224cd006afe | |
parent | 2bd2cc7286e75d2d1637e176af2cc95a1dbbdb44 [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: I1c3acea60ea58b8a0f9a76fd32b5d0d007bf1a16