commit | 9ca00458368035d4e1bb4d6e6fcd8d9839a0d435 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Nov 26 09:41:58 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Nov 28 12:22:47 2022 +0000 |
tree | 37ae5de09915a8d0ff6c65db60b1d52fff25e024 | |
parent | b6f22cf70a9a6163e4d569b202226db0bdf03ac6 [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 Change-Id: Ie38db6cd54835ce4f3a4eae520e9ad834e0751c1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>