commit | cfd889fef793b0749d2937e8dfec40887afd04d6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 10 02:39:17 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 10 02:39:17 2024 -0600 |
tree | cb4145bebdc1e88752b39ae3bb98d9f5286fee88 | |
parent | 23f091e566e8b72110d43346ed7b3db8c0fcb622 [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: Ie0805a98908ddca5c97471588adc160d9f5633c6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>