summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.h
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.h
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.h')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/iipServiceDataCollector.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.h b/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.h
index debf5e7ee..0b5e73fbd 100755
--- a/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.h
+++ b/src/usr/diag/prdf/common/framework/service/iipServiceDataCollector.h
@@ -583,26 +583,26 @@ public:
/**
Set ErrorType for Gard
<ul>
- <br><b>Parameter </b> GardResolution::ErrorType
+ <br><b>Parameter </b> GardAction::ErrorType
<br><b>Returns: </b> None.
<br><b>Requirements:</b> None
<br><b>Promises </b> QueryRepeatGard() == et
<br><b>Notes: </b>
</ul><br>
*/
- void Gard(GardResolution::ErrorType et) { errorType = et; }
+ void Gard(GardAction::ErrorType et) { errorType = et; }
/**
Query for RepeatGard ErrorType
<ul>
<br><b>Paramters </b> None.
- <br><b>Returns: </b> GardResolution::ErrorType
+ <br><b>Returns: </b> GardAction::ErrorType
<br><b>Requirements:</b> SetAttentionType()
<br><b>Promises </b> ErrorType set by Gard or NoGard
<br><b>Notes: </b>
</ul><br>
*/
- GardResolution::ErrorType QueryGard(void);
+ GardAction::ErrorType QueryGard(void);
/**
Set Error type as Special Uncorrectable Error SUE
@@ -794,8 +794,7 @@ private: // Data
uint8_t hitCount;
uint8_t threshold;
TARGETING::TargetHandle_t startingPoint;
-// dg12d BIT_STRING_BUFFER_CLASS rbsVpd;
- GardResolution::ErrorType errorType;
+ GardAction::ErrorType errorType;
Timer ivCurrentEventTime;
TARGETING::TargetHandle_t ivpDumpRequestChipHandle;
ATTENTION_TYPE causeAttentionType; // MCK,REC,SPCL
OpenPOWER on IntegriCloud