- Change type of the list of available base params
- Fix doxygen-friendly name This commit was SVN r240.
Этот коммит содержится в:
родитель
7743b09bb7
Коммит
31abd50f8a
@ -111,14 +111,14 @@ struct mca_base_param_t {
|
|||||||
|
|
||||||
mca_base_param_storage_t lsbp_default_value;
|
mca_base_param_storage_t lsbp_default_value;
|
||||||
};
|
};
|
||||||
struct mca_base_param_t mca_base_param_t;
|
typedef struct mca_base_param_t mca_base_param_t;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Variable holding the array of registered MCA parameters
|
* Variable holding the array of registered MCA parameters
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern lam_array_t *mca_base_params;
|
extern lam_array_t mca_base_params;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user