1
1

ORTE_DECL everything that can be used outside the base directory. I

woner why this file is called private when it's included by all PLS ...

This commit was SVN r13573.
Этот коммит содержится в:
George Bosilca 2007-02-09 03:16:19 +00:00
родитель 260f1fd468
Коммит 79d76b044a

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

@ -80,11 +80,11 @@ typedef uint8_t orte_pls_cmd_flag_t;
/**
* Utilities for pls components that use proxy daemons
*/
int orte_pls_base_orted_cancel_operation(void);
int orte_pls_base_orted_exit(opal_list_t *daemons, struct timeval *timeout);
int orte_pls_base_orted_kill_local_procs(opal_list_t *daemons, orte_jobid_t job, struct timeval *timeout);
int orte_pls_base_orted_signal_local_procs(opal_list_t *daemons, int32_t signal);
int orte_pls_base_orted_add_local_procs(opal_list_t *dmnlist, orte_gpr_notify_data_t *ndat);
ORTE_DECLSPEC int orte_pls_base_orted_cancel_operation(void);
ORTE_DECLSPEC int orte_pls_base_orted_exit(opal_list_t *daemons, struct timeval *timeout);
ORTE_DECLSPEC int orte_pls_base_orted_kill_local_procs(opal_list_t *daemons, orte_jobid_t job, struct timeval *timeout);
ORTE_DECLSPEC int orte_pls_base_orted_signal_local_procs(opal_list_t *daemons, int32_t signal);
ORTE_DECLSPEC int orte_pls_base_orted_add_local_procs(opal_list_t *dmnlist, orte_gpr_notify_data_t *ndat);
ORTE_DECLSPEC int orte_pls_base_get_active_daemons(opal_list_t *daemons, orte_jobid_t job, opal_list_t *attrs);
ORTE_DECLSPEC int orte_pls_base_store_active_daemons(opal_list_t *daemons);