summaryrefslogtreecommitdiffstats
path: root/importtemp/fapi2
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-07-14 05:18:40 -0500
committerJennifer A. Stofer <stofer@us.ibm.com>2015-07-28 15:21:17 -0500
commitd553cfa7b58b4529e72557b219b87319c11da043 (patch)
tree153ee4403caa10105a1e5280c4916076f659b183 /importtemp/fapi2
parent8fd7df0b85039d5dc5f8a23f0d80cbce7d30a600 (diff)
downloadtalos-sbe-d553cfa7b58b4529e72557b219b87319c11da043.tar.gz
talos-sbe-d553cfa7b58b4529e72557b219b87319c11da043.zip
Add SBE support for per directory error XML files
- Added parseErrorInfo.pl Change-Id: I263797070f09d0b869f3de52916049574d272cb6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18819 Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Tested-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'importtemp/fapi2')
-rw-r--r--importtemp/fapi2/include/error_info_defs.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/importtemp/fapi2/include/error_info_defs.H b/importtemp/fapi2/include/error_info_defs.H
index 31fc3429..e0f4a898 100644
--- a/importtemp/fapi2/include/error_info_defs.H
+++ b/importtemp/fapi2/include/error_info_defs.H
@@ -33,9 +33,9 @@
#include <stdint.h>
#include <target.H>
-#include <variable_buffer.H>
+//#include <variable_buffer.H>
-#include <iostream>
+//#include <iostream>
namespace fapi2
{
@@ -230,6 +230,8 @@ namespace fapi2
return EI_FFDC_SIZE_TARGET;
}
+ // Comment out this code temporarily for compilation
+#if 0
///
/// @brief Get FFDC Size specialization for variable buffers
///
@@ -240,6 +242,7 @@ namespace fapi2
return std::min(static_cast<uint32_t>(EI_FFDC_MAX_SIZE),
i_thing.getLength<uint8_t>());
}
+#endif
};
OpenPOWER on IntegriCloud