summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/mnfgtools/prdfMfgThresholdFile.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/mnfgtools/prdfMfgThresholdFile.C')
-rwxr-xr-xsrc/usr/diag/prdf/mnfgtools/prdfMfgThresholdFile.C8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/usr/diag/prdf/mnfgtools/prdfMfgThresholdFile.C b/src/usr/diag/prdf/mnfgtools/prdfMfgThresholdFile.C
index 6b77087eb..4262d3812 100755
--- a/src/usr/diag/prdf/mnfgtools/prdfMfgThresholdFile.C
+++ b/src/usr/diag/prdf/mnfgtools/prdfMfgThresholdFile.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2009,2013 */
+/* COPYRIGHT International Business Machines Corp. 2009,2014 */
/* */
/* p1 */
/* */
@@ -24,7 +24,7 @@
#include <prdfMfgThresholdFile.H>
#include <prdfGlobal.H>
#include <prdfAssert.h>
-#include <prdfMfgThresholdSync.H>
+#include <prdfMfgSync.H>
#include <prdfErrlUtil.H>
#include <prdfPlatServices.H>
#include <prdfTrace.H>
@@ -50,9 +50,7 @@ void MfgThresholdFile::syncFromFsp()
break;
}
- MfgThresholdSync l_syncer;
-
- errlHndl_t l_err = l_syncer.syncMfgThresholdFromFsp();
+ errlHndl_t l_err = getMfgSync().syncMfgThresholdFromFsp();
if (l_err)
{
PRDF_ERR(FUNC" failed to sync from the FSP");
OpenPOWER on IntegriCloud