summaryrefslogtreecommitdiffstats
path: root/src/import/generic
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/generic')
-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 3a02f8165..9b4df69fc 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