1
1

As opal_hwloc_topo_data_t has to create a class instance in orte, its definition has to be exported. Otherwise, there will be unresolved variable error on Windows.

This commit was SVN r27227.
Этот коммит содержится в:
Shiqing Fan 2012-09-04 13:52:29 +00:00
родитель b23a6b8eda
Коммит 0326e88c51

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

@ -136,7 +136,7 @@ typedef struct {
/** \brief Additional space for custom data */
void *userdata;
} opal_hwloc_topo_data_t;
OBJ_CLASS_DECLARATION(opal_hwloc_topo_data_t);
OPAL_DECLSPEC OBJ_CLASS_DECLARATION(opal_hwloc_topo_data_t);
/* define binding policies */
typedef uint16_t opal_binding_policy_t;