From a2fbc8cb2e51821331f3ba8d920dddf8ab0fb96d Mon Sep 17 00:00:00 2001 From: Mark Wenning Date: Mon, 6 Jun 2011 14:07:51 -0500 Subject: Initialization Service (Flow Control) - save off changes before switch branch - rename to get rid of '_' in filenames. - split into separate files - adding errorlogs, saved off so CC guru could work - fix problem in vfs_main where we would crash if there is no _start in launched task. - refactor - fix problems with coding guidelines - add testcases for startTask and reportError - add fixes from code review Change-Id: I2ae34cb6097c466d4f6d0e41b4b32c2eba47e9df Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/145 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/usr/hbotcompid.H | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/usr/hbotcompid.H') diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index e6be3adc8..5611fd69c 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -60,6 +60,13 @@ const char SCOM_COMP_NAME[] = "scom"; //@{ const compId_t XSCOM_COMP_ID = 0x0400; const char XSCOM_COMP_NAME[] = "xscom"; + +/** @name INITSERVICE + * Initialization Service component + */ +//@{ +const compId_t INITSVC_COMP_ID = 0x0500; +const char INITSVC_COMP_NAME[] = "initservice"; //@} #endif -- cgit v1.2.1