1
1

The PML V is a component so it should use OMPI_MODULE_DECLSPEC.

This commit was SVN r18610.
Этот коммит содержится в:
George Bosilca 2008-06-06 17:43:57 +00:00
родитель b2aa751c28
Коммит 2aec094d56
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -26,8 +26,8 @@ struct mca_pml_v_t {
};
typedef struct mca_pml_v_t mca_pml_v_t;
OMPI_DECLSPEC extern mca_pml_v_t mca_pml_v;
OMPI_DECLSPEC extern mca_pml_base_component_1_0_0_t mca_pml_v_component;
OMPI_MODULE_DECLSPEC extern mca_pml_v_t mca_pml_v;
OMPI_MODULE_DECLSPEC extern mca_pml_base_component_1_0_0_t mca_pml_v_component;
END_C_DECLS

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

@ -19,7 +19,7 @@
extern "C" {
#endif
OMPI_DECLSPEC extern int pml_v_output;
OMPI_MODULE_DECLSPEC extern int pml_v_output;
int pml_v_output_open(char *output, int verbosity);
void pml_v_output_close(void);