commit | bbfe718674d930f35b48c4a6646d0f8bac5901a9 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 19:26:56 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 27 22:01:03 2022 +0000 |
tree | 269b4d290c295c4e1c15178ec62ea02136c0c33b | |
parent | 85f31f8ba3f5f93cf75ae18dd813307f4b611cf7 [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: Ibd0930728f0a945f424e3a3b5d3e8ea9e54f1979