summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/service/xspprdService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/framework/service/xspprdService.h')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/xspprdService.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/xspprdService.h b/src/usr/diag/prdf/common/framework/service/xspprdService.h
index cf2926ba9..b5d2e3e94 100755
--- a/src/usr/diag/prdf/common/framework/service/xspprdService.h
+++ b/src/usr/diag/prdf/common/framework/service/xspprdService.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -93,20 +93,12 @@ class ServiceGeneratorClass
* @brief Creates an SRC, PFA data, and error log from the SDC provided.
* @param i_attnType Analysis attention type.
* @param io_sdc Target SDC.
- * @param o_initiateHwudump whether or not to initiate hwudump
- * @param o_dumpTrgt The DUMP target
- * @param o_dumpErrl The DUMP error handle
- * @param o_dumpErrlActions DUMP error action flags
* @return A non-NULL error log indicates a system termination is required.
* Otherwise, PRD will commit the error log generated.
* @pre The Time of Error must be set in the given SDC.
*/
virtual errlHndl_t GenerateSrcPfa( ATTENTION_TYPE i_attnType,
- ServiceDataCollector & io_sdc,
- bool & o_initiateHwudump,
- TARGETING::TargetHandle_t & o_dumpTrgt,
- errlHndl_t & o_dumpErrl,
- uint32_t & o_dumpErrlActions ) = 0;
+ ServiceDataCollector & io_sdc ) = 0;
/**
* @brief Creates the initial error log for PRDF::main() analysis path.
OpenPOWER on IntegriCloud