summaryrefslogtreecommitdiffstats
path: root/src/include/runtime/generic_hbrt_fsp_message.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/runtime/generic_hbrt_fsp_message.H')
-rw-r--r--src/include/runtime/generic_hbrt_fsp_message.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/runtime/generic_hbrt_fsp_message.H b/src/include/runtime/generic_hbrt_fsp_message.H
index 9a3ecfdb4..01c972880 100644
--- a/src/include/runtime/generic_hbrt_fsp_message.H
+++ b/src/include/runtime/generic_hbrt_fsp_message.H
@@ -84,10 +84,18 @@ struct SbeRetryReqData_t
*/
struct HbrtAttrSyncData_t
{
+ // HUID of target on which we want to update the attribute
uint32_t huid;
+
+ // Attribute ID of attribute to update
TARGETING::ATTRIBUTE_ID attrID;
+
+ // size of attribute data in bytes
uint32_t sizeOfAttrData;
+
+ // first byte of <sizeOfAttrData> bytes of attribute data
uint8_t attrDataStart;
+
} PACKED ;
/**
@@ -172,6 +180,7 @@ struct GenericFspMboxMessage_t
// to do casting to other types:
// MyDataType_t* mydatatype =
// (MyDataType_t*)&(l_generic_msg.data);
+ // more than 8 bytes of data is possible
// A method to set the local vars to a default state
void initialize()
OpenPOWER on IntegriCloud