1
1

OMPI_DECLSPEC's are not required here. OMPI_DECLSPEC's are used only in the main library. If anything has to be exported from the components, it should only be the main component structure, in which case, one can use OMPI_COMP_EXPORT

This commit was SVN r4360.
Этот коммит содержится в:
Prabhanjan Kambadur 2005-02-09 21:26:42 +00:00
родитель fa9d5b1f20
Коммит 7b4a9720fb

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

@ -47,8 +47,8 @@ extern "C" {
* Globally exported variables
*/
OMPI_DECLSPEC extern const mca_coll_base_component_1_0_0_t mca_coll_sm_component;
OMPI_DECLSPEC extern int mca_coll_sm_param_priority;
extern const mca_coll_base_component_1_0_0_t mca_coll_sm_component;
extern int mca_coll_sm_param_priority;
/*