diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2014-04-09 09:26:01 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-05-29 11:13:59 -0500 |
| commit | 6750245027d53c6ba0b671f522e26971dc142653 (patch) | |
| tree | 884153c378b78f6f0619855123ac652873b2fa9d /src/include/usr/hwas/common | |
| parent | c417ae8cd562fb538cc3011a38ff1d9f2268748c (diff) | |
| download | talos-hostboot-6750245027d53c6ba0b671f522e26971dc142653.tar.gz talos-hostboot-6750245027d53c6ba0b671f522e26971dc142653.zip | |
Add multi-node support to _deconfigureAssocProc
Change-Id: I6344e2737ed20af55516c159a459e2e91929fb8b
RTC:86185
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11130
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas/common')
| -rw-r--r-- | src/include/usr/hwas/common/deconfigGard.H | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H index 430db5e18..8d76a1799 100644 --- a/src/include/usr/hwas/common/deconfigGard.H +++ b/src/include/usr/hwas/common/deconfigGard.H @@ -352,6 +352,7 @@ public: errlHndl_t platGetGardRecords(const TARGETING::Target * const i_pTarget, GardRecords_t & o_records); + protected: /** @@ -462,10 +463,16 @@ private: * through the returned vector and deconfigures any proc marked * for deconfiguration. * + * @param[in] i_node restrict processing - only apply algorithm + * to targets that match the predicate + * @param[in] i_doAbusDeconfig indicates if abus logic should be considered + * * @return errlHndl_t. Error log handle. * */ - errlHndl_t _invokeDeconfigureAssocProc(); + errlHndl_t _invokeDeconfigureAssocProc( + const TARGETING::ConstTargetHandle_t i_node = NULL, + bool i_doAbusDeconfig = true); /** * @brief _deconfigureAssocProc deconfigures procs based on |

