Add missing capture

Commit 715fa65b1cb65e8fa10c4fa17034ef2aeca5b846 introduced a build error
from a missing lambda capture.

This captures "conn" to fix the build.

Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Change-Id: I6439d97489dfefa205b5da61d74434cb924b0c84
1 file changed
tree: facc59585549914b8133529419607d39fb6fd608
  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.