From 73cad1f1ae2a9f7b4876f61c5db85c35bbd08db3 Mon Sep 17 00:00:00 2001 From: Venkatesh Sainath Date: Wed, 6 Jun 2018 09:53:43 -0500 Subject: Pushing HB plugins and related files for building errltool Change-Id: I91d432a901fb4ee6de469ca8076637eaa2e1315d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/60027 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Sampa Misra Reviewed-by: William G. Hoffa Reviewed-by: Daniel M. Crowell --- src/usr/diag/prdf/common/iipconst.h | 7 +++++++ src/usr/diag/prdf/common/plugins/prdfProcLogParse.C | 1 + 2 files changed, 8 insertions(+) (limited to 'src/usr/diag/prdf/common') diff --git a/src/usr/diag/prdf/common/iipconst.h b/src/usr/diag/prdf/common/iipconst.h index 7935a3958..cf0ff8247 100755 --- a/src/usr/diag/prdf/common/iipconst.h +++ b/src/usr/diag/prdf/common/iipconst.h @@ -35,7 +35,10 @@ /* Includes */ /*--------------------------------------------------------------------*/ #include + +#ifndef LOGPARSER #include +#endif /*--------------------------------------------------------------------*/ /* User Types */ @@ -49,7 +52,11 @@ namespace PRDF { +#ifndef LOGPARSER typedef TARGETING::ATTR_HUID_type HUID; +#else + typedef uint32_t HUID; +#endif // FIXME: RTC: 62867 will resolve this enum { INVALID_HUID = 0 }; diff --git a/src/usr/diag/prdf/common/plugins/prdfProcLogParse.C b/src/usr/diag/prdf/common/plugins/prdfProcLogParse.C index ae7287d76..9ae13ca54 100644 --- a/src/usr/diag/prdf/common/plugins/prdfProcLogParse.C +++ b/src/usr/diag/prdf/common/plugins/prdfProcLogParse.C @@ -39,6 +39,7 @@ #include #include #include +#include #include namespace PRDF -- cgit v1.2.3