commit | 85d19abcab63d98adae806a952db5264c4965da9 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 14 02:34:27 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 14 02:34:27 2024 -0600 |
tree | 6ced9adb9d5c7f57565643018d1be8fe47cb9491 | |
parent | 97b5ef20b4c2968503ccc0d3dd2d49b2b192f2f2 [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: Ieff0241e0cd818d95cb42fac5a10c65efa99fde9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>