commit | 0c671a1a41f380eca7f97da15d2217c5c81e0d1b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 19 02:32:52 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 19 02:32:52 2023 -0500 |
tree | 40a680f4fb105962b80189f11c31089741bd979c | |
parent | cc7f5bf00c24ed5a7c5d74c95a7f1d9549aec1d3 [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: I3d7315de3ebd770f1c05979226b932b928b6c109 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>