summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-02-26 16:40:57 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-13 09:26:19 -0500
commit436bc524c3cada8c1c5c9c64e4c173a77f195410 (patch)
treedf10a266e972b59fc6470a33ede7d7282e10d0a0 /src/include/usr/errl
parent19d913c39aa031f0f88828b09d581503c7cbdcf2 (diff)
downloadtalos-hostboot-436bc524c3cada8c1c5c9c64e4c173a77f195410.tar.gz
talos-hostboot-436bc524c3cada8c1c5c9c64e4c173a77f195410.zip
update user-detail errog log parsers
update errolog parsers to format the data for the following: . errludtarget . errludattribute . errludlogregister . errludcallout Change-Id: I8fddb3eefd76413e70f4e894ef19649b74682859 RTC: 41707 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3350 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl')
-rw-r--r--src/include/usr/errl/errludtarget.H75
1 files changed, 0 insertions, 75 deletions
diff --git a/src/include/usr/errl/errludtarget.H b/src/include/usr/errl/errludtarget.H
deleted file mode 100644
index 67ba891c3..000000000
--- a/src/include/usr/errl/errludtarget.H
+++ /dev/null
@@ -1,75 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/include/usr/errl/errludtarget.H $ */
-/* */
-/* IBM CONFIDENTIAL */
-/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
-/* */
-/* p1 */
-/* */
-/* Object Code Only (OCO) source materials */
-/* Licensed Internal Code Source Materials */
-/* IBM HostBoot Licensed Internal Code */
-/* */
-/* The source code for this program is not published or otherwise */
-/* divested of its trade secrets, irrespective of what has been */
-/* deposited with the U.S. Copyright Office. */
-/* */
-/* Origin: 30 */
-/* */
-/* IBM_PROLOG_END_TAG */
-#ifndef ERRL_UDTARGET_H
-#define ERRL_UDTARGET_H
-
-/**
- * @file errludTarget.H
- *
- * Defines the ErrlUserDetailsTarget class that adds target FFDC to an
- * error log as user detail data
- */
-
-#include <errl/errluserdetails.H>
-
-// Forward reference
-namespace TARGETING
-{
- class Target;
-}
-
-namespace ERRORLOG
-{
-
-/**
- * @class ErrlUserDetailsTarget
- *
- * Adds Target FFDC to an error log as user detail data
-*/
-class ErrlUserDetailsTarget : public ErrlUserDetails
-{
-public:
- /**
- * @brief Constructor
- *
- * Captures the supplied Target's FFDC data internally
- *
- * @param i_pTarget Pointer to Target to capture as user detail data
- */
- ErrlUserDetailsTarget(const TARGETING::Target * i_pTarget);
-
- /**
- * @brief Destructor
- */
- virtual ~ErrlUserDetailsTarget();
-
-private:
- // Disabled
- ErrlUserDetailsTarget(const ErrlUserDetailsTarget &);
- ErrlUserDetailsTarget & operator=(const ErrlUserDetailsTarget &);
-};
-
-}
-
-#endif
-
OpenPOWER on IntegriCloud