Minor fix in global variable names (they are module-type-specific)
This commit was SVN r146.
Этот коммит содержится в:
родитель
2ac651ed1c
Коммит
531f06bd68
@ -108,8 +108,8 @@ extern "C" {
|
|||||||
* Public variables
|
* Public variables
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern lam_list_t *mca_base_opened;
|
extern lam_list_t *mca_pml_base_opened;
|
||||||
extern lam_list_t *mca_base_available;
|
extern lam_list_t *mca_pml_base_available;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Global instance of array of pointers to lam_ssi_rpi_t. Will
|
* Global instance of array of pointers to lam_ssi_rpi_t. Will
|
||||||
|
@ -85,8 +85,8 @@ extern "C" {
|
|||||||
* Public variables
|
* Public variables
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern lam_list_t *mca_base_opened;
|
extern lam_list_t *mca_ptl_base_opened;
|
||||||
extern lam_list_t *mca_base_available;
|
extern lam_list_t *mca_ptl_base_available;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Global instance of array of pointers to mca_t. Will
|
* Global instance of array of pointers to mca_t. Will
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user