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.H19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index 3d487e02e..a41cb7bcf 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -508,15 +508,20 @@ public:
void removeDuplicateTraces(void);
/**
- * @brief Remove the back trace user detail data
- * When an error log is constructed, the back trace is automatically
- * captured. This function removes the backtrace. This should be used when
- * a caller knows that the backtrace is of no use and wants to limit the
- * size of the error log.
- */
+ * @brief Remove the back trace user detail data
+ * When an error log is constructed, the back trace is automatically
+ * captured. This function removes the backtrace. This should be used when
+ * a caller knows that the backtrace is of no use and wants to limit the
+ * size of the error log.
+ */
void removeBackTrace();
/**
+ * @brief remove all deconfigure elements from an errorlog
+ */
+ void removeDeconfigure(void);
+
+ /**
* @brief Add a clock callout.
* The i_target is used to identify the actual clock to callout because
* some systems have multiple clocks of a given type. This target is
OpenPOWER on IntegriCloud