summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/hdatservice.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime/hdatservice.H')
-rw-r--r--src/usr/runtime/hdatservice.H17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/usr/runtime/hdatservice.H b/src/usr/runtime/hdatservice.H
index 9e3be107b..44ff12a58 100644
--- a/src/usr/runtime/hdatservice.H
+++ b/src/usr/runtime/hdatservice.H
@@ -303,6 +303,12 @@ namespace RUNTIME
uint16_t iv_actuals[RUNTIME::LAST_SECTION+1];
/**
+ * Used to identify whether to use relocated payload base address
+ * or normal address.
+ */
+ bool iv_useRelocatedPayload;
+
+ /**
* Dummy value for unassigned actual
*/
enum {
@@ -339,6 +345,17 @@ namespace RUNTIME
}
return l_err;
}
+
+ /**
+ * @brief Use relocated payload base address
+ *
+ * @param[in] val 'true' for post dump data collection
+ *
+ */
+ void useRelocatedPayloadAddr(bool val)
+ {
+ iv_useRelocatedPayload = val;
+ }
};
};
OpenPOWER on IntegriCloud