summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.inl
diff options
context:
space:
mode:
authorsachin gupta <sgupta2m@in.ibm.com>2013-07-15 03:05:21 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-23 16:17:34 -0500
commit6c82992a3ea6bb0acef08050f5dd110376ca3ac4 (patch)
treeca400125c0c0ed9f236b69e1ea7f7d093b3d1b57 /src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.inl
parent13c1d30ad8dad508635fa3faaa3c4e9e8b37f2dc (diff)
downloadtalos-hostboot-6c82992a3ea6bb0acef08050f5dd110376ca3ac4.tar.gz
talos-hostboot-6c82992a3ea6bb0acef08050f5dd110376ca3ac4.zip
PRD: Add error log parser for hostboot
Change-Id: I401ae1810ec21cd161eee389d4d71063841ba1e3 CQ: SW215983 CMVC-Prereq: 885671 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5399 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5904
Diffstat (limited to 'src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.inl')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/iipServiceDataCollector.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.inl b/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.inl
index 0a65d537a..282ea1eb4 100755
--- a/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.inl
+++ b/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.inl
@@ -38,7 +38,7 @@ ServiceDataCollector::ServiceDataCollector() :
hitCount(0),
threshold(0),
startingPoint(NULL),
- errorType(GardResolution::NoGard),
+ errorType(GardAction::NoGard),
ivpDumpRequestChipHandle(NULL),
causeAttentionType(INVALID_ATTENTION_TYPE),
ivpThermalChipHandle(NULL)
@@ -55,10 +55,10 @@ void ServiceDataCollector::SetAttentionType( ATTENTION_TYPE attention )
if(attention == MACHINE_CHECK)
{
flags |= SERVICE_CALL;
- errorType = GardResolution::Fatal;
+ errorType = GardAction::Fatal;
} else
{
- errorType = GardResolution::Predictive;
+ errorType = GardAction::Predictive;
}
}
@@ -97,13 +97,13 @@ inline void ServiceDataCollector::SetTerminate(void)
// ---------------------------------------------------------------
inline
-GardResolution::ErrorType ServiceDataCollector::QueryGard(void)
+GardAction::ErrorType ServiceDataCollector::QueryGard(void)
{
if (IsServiceCall())
{
return errorType;
}
- return GardResolution::NoGard;
+ return GardAction::NoGard;
}
// dg12a -moved here from *.C --------------------------------------
OpenPOWER on IntegriCloud