commit | fbb835ba0f8d3525d282ab33f10595c5300ee3ee | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 22 02:34:39 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 22 02:34:39 2024 -0600 |
tree | ab628de0ca08540cda2d11334eb3ad72e3273309 | |
parent | 79434b54aa6868ab21dad90e90c1bd1cdb8d509c [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: I7948c1c8108da238952abaa3e7d400fdca80c7e5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>