1
1
This commit was SVN r13810.
Этот коммит содержится в:
Sven Stork 2007-02-27 09:43:32 +00:00
родитель f02f8297a7
Коммит a86deb460e
6 изменённых файлов: 9 добавлений и 9 удалений

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

@ -47,7 +47,7 @@
/*
* Struct of function pointers that need to be initialized
*/
mca_errmgr_base_component_t mca_errmgr_hnp_component = {
ORTE_MODULE_DECLSPEC mca_errmgr_base_component_t mca_errmgr_hnp_component = {
{
ORTE_ERRMGR_BASE_VERSION_1_3_0,

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

@ -47,7 +47,7 @@
/*
* Struct of function pointers that need to be initialized
*/
mca_errmgr_base_component_t mca_errmgr_proxy_component = {
ORTE_MODULE_DECLSPEC mca_errmgr_base_component_t mca_errmgr_proxy_component = {
{
ORTE_ERRMGR_BASE_VERSION_1_3_0,

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

@ -40,11 +40,11 @@ typedef struct orte_iof_base_io_conf_t orte_iof_base_io_conf_t;
* Do all stdio forwarding that must be done before fork() is called.
* This might include creating pipes or ptys or similar work.
*/
int orte_iof_base_setup_prefork(orte_iof_base_io_conf_t *opts);
ORTE_DECLSPEC int orte_iof_base_setup_prefork(orte_iof_base_io_conf_t *opts);
int orte_iof_base_setup_child(orte_iof_base_io_conf_t *opts);
ORTE_DECLSPEC int orte_iof_base_setup_child(orte_iof_base_io_conf_t *opts);
int orte_iof_base_setup_parent(const orte_process_name_t* name,
orte_iof_base_io_conf_t *opts);
ORTE_DECLSPEC int orte_iof_base_setup_parent(const orte_process_name_t* name,
orte_iof_base_io_conf_t *opts);
#endif

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

@ -56,7 +56,7 @@ typedef struct orte_odls_child_t {
bool alive; /* is this proc alive? */
orte_proc_state_t state; /* the state of the process */
} orte_odls_child_t;
OBJ_CLASS_DECLARATION(orte_odls_child_t);
ORTE_DECLSPEC OBJ_CLASS_DECLARATION(orte_odls_child_t);
typedef struct orte_odls_globals_t {

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

@ -57,7 +57,7 @@ static orte_pls_base_module_t *pls_slurm_init(int *priority);
* and pointers to our public functions in it
*/
orte_pls_slurm_component_t mca_pls_slurm_component = {
ORTE_MODULE_DECLSPEC orte_pls_slurm_component_t mca_pls_slurm_component = {
{
/* First, the mca_component_t struct containing meta

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

@ -38,7 +38,7 @@
/*
* Struct of function pointers that need to be initialized
*/
orte_rds_base_component_t mca_rds_proxy_component = {
ORTE_MODULE_DECLSPEC orte_rds_base_component_t mca_rds_proxy_component = {
{
ORTE_RDS_BASE_VERSION_1_3_0,