commit | a4a348145cad0b415edec45ef6f5170d5e4587bd | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Jun 08 02:31:58 2024 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Jun 08 02:31:58 2024 -0500 |
tree | 82a31d307a9ba126f6bf53c58ea304f56aede4b8 | |
parent | a07f34fc43cac3ed094483147adef07e17396416 [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: Ib65d5374951ab754090a72a9535b7ecf83c431e3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>