1
1

Don't export the POE module. Only the component have to be exported (visible).

This commit was SVN r11659.
Этот коммит содержится в:
George Bosilca 2006-09-14 21:20:31 +00:00
родитель 791a6edd4e
Коммит 01c5a115b2

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

@ -63,7 +63,7 @@ typedef struct orte_pls_poe_component_t orte_pls_poe_component_t;
ORTE_DECLSPEC orte_pls_poe_component_t mca_pls_poe_component;
ORTE_DECLSPEC orte_pls_base_module_t orte_pls_poe_module;
orte_pls_base_module_t orte_pls_poe_module;
#if defined(c_plusplus) || defined(__cplusplus)
}