summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi/fsidd.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fsi/fsidd.H')
-rw-r--r--src/usr/fsi/fsidd.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/fsi/fsidd.H b/src/usr/fsi/fsidd.H
index 69060544e..51dad9f54 100644
--- a/src/usr/fsi/fsidd.H
+++ b/src/usr/fsi/fsidd.H
@@ -29,6 +29,7 @@
#include <errl/errlentry.H>
#include <usr/devicefw/driverif.H>
#include <attributestructs.H>
+#include <sys/task.h>
/** @file fsidd.H
@@ -245,6 +246,7 @@ class FsiDD
*
* @param[in] i_addrInfo FSI addressing information
* @param[in] i_opbStatReg OPB Status bits (OPB_REG_STAT[0:31])
+ * @param[in] i_relFsiAddr Relative FSI Address that was being accessed
*
* @return errlHndl_t NULL on success
*/
@@ -458,9 +460,9 @@ class FsiDD
TARGETING::Target* iv_master;
/**
- * Flag to avoid infinite recursion
+ * Non-zero if a Task is currently collecting FFDC
*/
- bool iv_ffdcCollection;
+ tid_t iv_ffdcTask;
private:
OpenPOWER on IntegriCloud