summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/attribute_service.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fapi2/attribute_service.C')
-rw-r--r--src/usr/fapi2/attribute_service.C8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/fapi2/attribute_service.C b/src/usr/fapi2/attribute_service.C
index 52bd4973a..6bf481ba0 100644
--- a/src/usr/fapi2/attribute_service.C
+++ b/src/usr/fapi2/attribute_service.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2018 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -192,7 +192,8 @@ bool getTargetingAttrHelper(TARGETING::Target * l_pTargTarget,
/// See doxygen in H file.
///
ReturnCode getTargetingAttr(
- const Target< TARGET_TYPE_ALL, plat_target_handle_t >& i_pFapiTarget,
+ const Target< TARGET_TYPE_ALL, MULTICAST_OR,
+ plat_target_handle_t >& i_pFapiTarget,
const TARGETING::ATTRIBUTE_ID i_targAttrId,
const uint32_t i_attrSize,
void * o_pAttr)
@@ -264,7 +265,8 @@ bool setTargetingAttrHelper(TARGETING::Target * l_pTargTarget,
/// See doxygen in H file
///
ReturnCode setTargetingAttr(
- const Target<TARGET_TYPE_ALL, plat_target_handle_t >& i_pFapiTarget,
+ const Target<TARGET_TYPE_ALL, MULTICAST_OR,
+ plat_target_handle_t >& i_pFapiTarget,
const TARGETING::ATTRIBUTE_ID i_targAttrId,
const uint32_t i_attrSize,
void * i_pAttr)
OpenPOWER on IntegriCloud