Keep only the useful _DECLSPEC and _DECLSPEC some globals.
This commit was SVN r12042.
Этот коммит содержится в:
родитель
b7579b09c7
Коммит
017af37291
@ -53,6 +53,7 @@ extern "C" {
|
||||
/**
|
||||
* Global instance of odls-wide framework data
|
||||
*/
|
||||
ORTE_DECLSPEC extern orte_odls_base_module_t orte_odls;
|
||||
ORTE_DECLSPEC extern orte_odls_base_t orte_odls_base;
|
||||
|
||||
/*
|
||||
|
@ -96,10 +96,10 @@ typedef struct odls_bproc_child_t {
|
||||
orte_std_cntr_t app_idx; /* index of the app_context for this proc */
|
||||
bool alive; /* is this proc alive? */
|
||||
} odls_bproc_child_t;
|
||||
ORTE_DECLSPEC OBJ_CLASS_DECLARATION(odls_bproc_child_t);
|
||||
OBJ_CLASS_DECLARATION(odls_bproc_child_t);
|
||||
|
||||
ORTE_DECLSPEC orte_odls_bproc_component_t mca_odls_bproc_component;
|
||||
ORTE_DECLSPEC orte_odls_base_module_t orte_odls_bproc_module;
|
||||
ORTE_MODULE_DECLSPEC extern orte_odls_bproc_component_t mca_odls_bproc_component;
|
||||
extern orte_odls_base_module_t orte_odls_bproc_module;
|
||||
|
||||
#if defined(c_plusplus) || defined(__cplusplus)
|
||||
}
|
||||
|
@ -98,6 +98,7 @@ OBJ_CLASS_DECLARATION(odls_default_app_context_t);
|
||||
* ODLS Default module
|
||||
*/
|
||||
extern orte_odls_base_module_t orte_odls_default_module;
|
||||
ORTE_MODULE_DECLSPEC extern orte_odls_base_component_t mca_odls_default_component;
|
||||
|
||||
#if defined(c_plusplus) || defined(__cplusplus)
|
||||
}
|
||||
|
@ -74,7 +74,7 @@ OBJ_CLASS_DECLARATION(odls_process_app_context_t);
|
||||
* ODLS Process module
|
||||
*/
|
||||
extern orte_odls_base_module_t orte_odls_process_module;
|
||||
|
||||
ORTE_MODULE_DECLSPEC extern orte_odls_base_component_t mca_odls_process_component;
|
||||
|
||||
#if defined(c_plusplus) || defined(__cplusplus)
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user