1
1

Tim pointed out that the original value was probably not what was

intended.  In truth, any unique value will do, but he's right that
having a regular, recognizeable, repeatable value is probably much
better for debugging purposes.

This commit was SVN r13341.
Этот коммит содержится в:
Jeff Squyres 2007-01-28 00:46:25 +00:00
родитель f6c99d0207
Коммит c522f6f997

Просмотреть файл

@ -141,7 +141,7 @@
#if OMPI_ENABLE_DEBUG
/* Not quite 0xdeadbeef, in case someone else is using that... */
#define OPAL_OBJ_MAGIC_ID ((0xdeafbeed << 8) + 0xdeadbeef)
#define OPAL_OBJ_MAGIC_ID ((0xdeafbeed << 32) + 0xdeafbeed)
#endif
/* typedefs ***********************************************************/