1
1

Add a marker for other layers to use in defining data types

This commit was SVN r24643.
Этот коммит содержится в:
Ralph Castain 2011-04-28 00:19:35 +00:00
родитель 7b48042ffd
Коммит 8858d9a40e

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

@ -170,6 +170,10 @@ typedef void* orte_iov_base_ptr_t;
/* IOF types */ /* IOF types */
#define ORTE_IOF_TAG (OPAL_DSS_ID_DYNAMIC + 20) #define ORTE_IOF_TAG (OPAL_DSS_ID_DYNAMIC + 20)
/* provide a boundary for others to use */
#define ORTE_DSS_ID_DYNAMIC (OPAL_DSS_ID_DYNAMIC + 50)
#endif /* !ORTE_DISABLE_FULL_SUPPORT */ #endif /* !ORTE_DISABLE_FULL_SUPPORT */
#endif #endif