1
1

Minor fix in global variable names (they are module-type-specific)

This commit was SVN r146.
Этот коммит содержится в:
Jeff Squyres 2004-01-09 05:25:27 +00:00
родитель 2ac651ed1c
Коммит 531f06bd68
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -108,8 +108,8 @@ extern "C" {
* Public variables
*/
extern lam_list_t *mca_base_opened;
extern lam_list_t *mca_base_available;
extern lam_list_t *mca_pml_base_opened;
extern lam_list_t *mca_pml_base_available;
/*
* Global instance of array of pointers to lam_ssi_rpi_t. Will

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

@ -85,8 +85,8 @@ extern "C" {
* Public variables
*/
extern lam_list_t *mca_base_opened;
extern lam_list_t *mca_base_available;
extern lam_list_t *mca_ptl_base_opened;
extern lam_list_t *mca_ptl_base_available;
/*
* Global instance of array of pointers to mca_t. Will