commit | 9bc50f5e6b8825422479137554bd3c0e2fbb8d8e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sun Dec 04 02:34:59 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 06:47:56 2022 -0600 |
tree | 29d06141a4567954f0627204b12272fc4fb81468 | |
parent | de70ccf6b833913758bc170c12a09555f85a558d [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: I2d41abae9cbf4878979966d5509f68e34dacdbba Signed-off-by: Patrick Williams <patrick@stwcx.xyz>