summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorElliott Dahle <dedahle@us.ibm.com>2013-10-16 16:15:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-21 16:19:01 -0500
commit995723d1a67b151621a1a3b968690064047ff029 (patch)
tree9a05e93e4d514c706b1b8032879063324ef75583 /src/include/usr
parentb1a66e367999d32c023a542a814a3610db108b44 (diff)
downloadtalos-hostboot-995723d1a67b151621a1a3b968690064047ff029.tar.gz
talos-hostboot-995723d1a67b151621a1a3b968690064047ff029.zip
Add Hostboot build ID to error logs
Change-Id: Ib3db87ba4d13ce5fe675515f8b99b183813f5214 RTC: 82311 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6736 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/errl/errlentry.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index 48af65a22..6e67bf55c 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -618,6 +618,15 @@ private:
/**
+ * @brief Called by commit(), this fucntion creates a
+ * user details section which contains the Hostboot
+ * build ID and adds this to the current error log being
+ * processed.
+ */
+ void addHbBuildId();
+
+
+ /**
* @brief Disabled copy constructor and assignment operator
*/
ErrlEntry(const ErrlEntry& i_right);
OpenPOWER on IntegriCloud