commit | 9ae780d5e41596b0fd196eca892ee3986abe82f5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 26 02:34:31 2024 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 26 02:34:31 2024 -0500 |
tree | f8dc18acf63ff97e993f91f29ad91e13466ed937 | |
parent | f229889d026a49713a1aa3c75a4f191ca1ac7059 [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: Ifaeaafa5bbe57eb6c15803d63d0a9a176bd42f33 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>