Respond to all dbus messages

sd_bus says to call process until the return code is
no longer > 0. As we only called it once, if we got messages
frequently enough we would fail to respond to them.

Tested-by: Saw faster throughput of ipmi messages on
d-bus when powercycled 6 times

Change-Id: If461d9f3ae4098e542d668763ca0a28ec4b10851
Signed-off-by: James Feist <james.feist@linux.intel.com>
1 file changed
tree: 1e6e8a3007e571df8680b1a75aec5e5ffbb19b5b
  1. .clang-format
  2. bootstrap.sh
  3. configure.ac
  4. kcsbridged.c
  5. kcsbridged.service
  6. LICENSE
  7. MAINTAINERS
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. README.md
README.md

kcsbridge

To Build

To build this package, do the following steps:

1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make

To full clean the repository again run ./bootstrap.sh clean.