init: health monitoring of child components

Fixes #3039
This commit is contained in:
Norman Feske
2018-11-14 16:19:30 +01:00
committed by Christian Helmuth
parent d56a7beadc
commit 19d7a488de
24 changed files with 384 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ SRC_CC += kernel/object.cc
SRC_CC += init_main_thread.cc
SRC_CC += capability.cc
SRC_CC += stack_area_addr.cc
SRC_CC += heartbeat.cc
# provide Genode version information
include $(BASE_DIR)/src/core/version.inc