summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/rule/prdrLoadChip.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/framework/rule/prdrLoadChip.C')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/rule/prdrLoadChip.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/framework/rule/prdrLoadChip.C b/src/usr/diag/prdf/common/framework/rule/prdrLoadChip.C
index 076524b4f..6915c1ded 100755
--- a/src/usr/diag/prdf/common/framework/rule/prdrLoadChip.C
+++ b/src/usr/diag/prdf/common/framework/rule/prdrLoadChip.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2004,2012 */
+/* COPYRIGHT International Business Machines Corp. 2004,2013 */
/* */
/* p1 */
/* */
@@ -39,6 +39,11 @@
namespace Prdr
{
+// 'using namespace PRDF' added so that the Hostboot error log parser can find
+// the moduleid and reasoncode in the error log tags. The alternative is to add
+// 'PRDF::' before the moduleid and reasoncode in the error log tags
+using namespace PRDF;
+
void ReadExpr(UtilStream & i_stream, Expr & o_expr);
// NOTE: caller must call delete[] to release the buffer
OpenPOWER on IntegriCloud