summaryrefslogtreecommitdiffstats
path: root/src/include/usr/targeting/target.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/targeting/target.H')
-rw-r--r--src/include/usr/targeting/target.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/usr/targeting/target.H b/src/include/usr/targeting/target.H
index 25a43bd48..84c8459b8 100644
--- a/src/include/usr/targeting/target.H
+++ b/src/include/usr/targeting/target.H
@@ -236,6 +236,18 @@ class Target
"returned false",A);
}
+ /**
+ * @brief Perform FFDC for the target instance
+ *
+ * @param[out] io_size
+ * number of bytes of buffer filled with FFDC
+ *
+ * @return pointer to dynamically allocated FFDC buffer
+ *
+ * @post caller must call free() to release the buffer
+ */
+ char * targetFFDC( uint32_t & o_size ) const;
+
private: // Private helper interfaces
/**
OpenPOWER on IntegriCloud