summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlmanager.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/errlmanager.C')
-rw-r--r--src/usr/errl/errlmanager.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/errl/errlmanager.C b/src/usr/errl/errlmanager.C
index 4476640f7..d3dd871aa 100644
--- a/src/usr/errl/errlmanager.C
+++ b/src/usr/errl/errlmanager.C
@@ -54,6 +54,7 @@
#include <functional>
#include <hwas/common/deconfigGard.H>
#include <kernel/terminate.H>
+#include <debugpointers.H>
namespace ERRORLOG
{
@@ -153,6 +154,10 @@ ErrlManager::ErrlManager() :
l_pMarker->length = 0;
#endif
+ DEBUG::add_debug_pointer(DEBUG::ERRORLOGS,
+ &g_ErrlStorage,
+ 4);
+
// to determine the starting log ID, we need to do this in 2 steps
// first, determine our node
// BYTE 0 of the PLID is the ID: 0x9# where # is the node instance.
OpenPOWER on IntegriCloud