summaryrefslogtreecommitdiffstats
path: root/src/import/generic/memory/lib/utils
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2018-11-02 08:33:30 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 03:50:00 -0500
commite66830b6bb8ea7651cb5c06821313174b0ecd77c (patch)
tree1343a11fa65e09ab9a10f908d6141436ca4a8f0c /src/import/generic/memory/lib/utils
parent5df3896af1ea3e70bbd0f25fce79e1a7f12ff0c4 (diff)
downloadtalos-sbe-e66830b6bb8ea7651cb5c06821313174b0ecd77c.tar.gz
talos-sbe-e66830b6bb8ea7651cb5c06821313174b0ecd77c.zip
Add exp_draminit and fix data_structs constants
Change-Id: I01569a9c21c2a32a3eab12b236d8ca2ab8d02756 Original-Change-Id: Ic8011ed9b6261ce2849b2c51f79c9533261222bf Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67837 Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80970 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/generic/memory/lib/utils')
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
index d378179d..6082120c 100644
--- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
+++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
@@ -47,7 +47,8 @@ namespace mss
///
enum common_consts
{
- DEFAULT_POLL_LIMIT = 50, ///< the number of poll attempts in the event we can't calculate another
+ DEFAULT_POLL_LIMIT = 50, ///< the number of poll attempts in the event we can't calculate another
+ MEMCMP_EQUAL = 0, ///< Equal comparison value for memcmp
};
///
OpenPOWER on IntegriCloud