1
1

Include the missing header that used by the fix commit r20402, and use the correct reference for the parameter of orte_odls_base_notify_iof_complete function call. Thanks Ralph for r20402.

This commit was SVN r20403.

The following SVN revision numbers were found above:
  r20402 --> open-mpi/ompi@f1084d6b84
Этот коммит содержится в:
Shiqing Fan 2009-02-03 18:14:43 +00:00
родитель f1084d6b84
Коммит eab19af55c

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

@ -42,6 +42,7 @@
#include "orte/mca/iof/base/iof_base_setup.h"
#include "orte/util/name_fns.h"
#include "orte/mca/odls/base/base.h"
#include "orte/mca/odls/base/odls_private.h"
#include "orte/mca/odls/process/odls_process.h"
@ -169,7 +170,7 @@ static int odls_process_fork_local_proc(orte_app_context_t* context,
* we need to flag that IO termination conditions are met so that the daemon
* knows the proc is done
*/
orte_odls_base_notify_iof_complete(&child->name);
orte_odls_base_notify_iof_complete(child->name);
return ORTE_SUCCESS;
}