summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/errl')
-rw-r--r--src/include/usr/errl/errlentry.H12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index 96598e03a..a4c27ea4d 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -536,9 +536,17 @@ private:
* 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();
+ void processCallout();
+
+
+ /**
+ * @brief The ErrlManager will call here to ask the
+ * ErrlEntry to handle deferred deconfigure callouts
+ * The ErrlManager is the primary user of this call.
+ *
+ */
+ void deferredDeconfigure();
/**
OpenPOWER on IntegriCloud