1
1

* really meant for these symbols to be static

This commit was SVN r3476.
Этот коммит содержится в:
Brian Barrett 2004-11-02 15:54:57 +00:00
родитель 433f964b48
Коммит d17eb9485f

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

@ -52,8 +52,8 @@ static OBJ_CLASS_INSTANCE(mca_pcm_base_kill_item_t,
/*
* Global data
*/
ompi_list_t job_list;
ompi_mutex_t mutex;
static ompi_list_t job_list;
static ompi_mutex_t mutex;
static mca_pcm_base_kill_item_t*
get_kill_item(mca_ns_base_jobid_t jobid)