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.
Этот коммит содержится в:
родитель
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 ***********************************************************/
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user