1
1

Too few arguments for call, fixed according to the corresponding definition.

This commit was SVN r14538.
Этот коммит содержится в:
Shiqing Fan 2007-04-27 13:14:43 +00:00
родитель 8d92773067
Коммит c166e3d02c

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

@ -1046,7 +1046,7 @@ int orte_pls_process_signal_job(orte_jobid_t jobid, int32_t signal, opal_list_t
}
/* order them to pass this signal to their local procs */
if (ORTE_SUCCESS != (rc = orte_pls_base_orted_signal_local_procs(&daemons, signal))) {
if (ORTE_SUCCESS != (rc = orte_pls_base_orted_signal_local_procs(jobid, signal, &daemons))) {
ORTE_ERROR_LOG(rc);
}