summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl/errlentry.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/errl/errlentry.H')
-rw-r--r--src/include/usr/errl/errlentry.H12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index e92a362b9..cb7fac99a 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -484,6 +484,16 @@ private:
/**
+ * @brief The ErrlManager will call here to ask the
+ * ErrlEntry to handle deconfigure and GARD callouts
+ * The ErrlManager is the primary user of this call.
+ *
+ * @return plid if we need to shutdown, zero if no action
+ */
+ uint32_t callout();
+
+
+ /**
* @brief Compute the flattened size of an error log. It is typical
* to call this function for the size of buffer required, then
* allocate a buffer, then call flatten().
OpenPOWER on IntegriCloud