1
1

Update to match new type names

This commit was SVN r212.
Этот коммит содержится в:
Jeff Squyres 2004-01-10 17:28:05 +00:00
родитель 0b80a7b558
Коммит cb2315e546

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

@ -70,7 +70,7 @@ typedef int (*mca_pml_addprocs_fn_t)(lam_proc_t **procs, int nprocs);
struct mca_pml_module_1_0_0_t {
mca_1_0_0_t super;
mca_module_1_0_0_t super;
mca_pml_query_fn_t pmlm_query;
mca_pml_init_1_0_0_fn_t pmlm_init;
@ -128,6 +128,6 @@ extern lam_list_t *mca_pml_base_available;
* effectively be filled in by configure.
*/
extern const mca_t **mca_pml_modules;
extern const mca_module_t **mca_pml_modules;
#endif /* LAM_MCA_PML_H */