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>
2 files changed
tree: 6ced9adb9d5c7f57565643018d1be8fe47cb9491
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. tests/
  6. .clang-format
  7. LICENSE
  8. MAINTAINERS
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.