1
1

- proper export symbols that are required by other components.

This commit was SVN r13841.
Этот коммит содержится в:
Sven Stork 2007-02-28 12:51:55 +00:00
родитель 0889ebd59f
Коммит 870740efe2
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -33,6 +33,8 @@
extern "C" {
#endif
OMPI_DECLSPEC mca_mtl_base_component_t* ompi_mtl_base_selected_component;
OMPI_DECLSPEC int ompi_mtl_base_open(void);
OMPI_DECLSPEC int ompi_mtl_base_select(bool enable_progress_threads,
bool enable_mpi_threads);

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

@ -27,7 +27,6 @@ static int mca_pml_cm_component_close(void);
static mca_pml_base_module_t* mca_pml_cm_component_init( int* priority,
bool enable_progress_threads, bool enable_mpi_threads);
static int mca_pml_cm_component_fini(void);
extern mca_mtl_base_component_t* ompi_mtl_base_selected_component;
mca_pml_base_component_1_0_0_t mca_pml_cm_component = {