use sdbusplus unpack syntax

Rather than defining a variable and then reading it from a message,
sdbusplus also supports directly unpack-ing from the message.  Use
this syntax instead as it is more efficient and succinct.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I311c0a4a3aa8b68ea2814c00eaff11e2e8803fb1
4 files changed
tree: 001ef24931e660f3b488a82055c8bce11da76d20
  1. dump/
  2. subprojects/
  3. watchdog/
  4. .beautysh-ignore
  5. .clang-format
  6. .gitignore
  7. .shellcheck-ignore
  8. checkstop_app.cpp
  9. LICENSE
  10. meson.build
  11. meson.options
  12. OWNERS
  13. README.md
  14. watchdog_timeout.cpp
README.md

openpower-debug-collector

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.