1
1
This commit was SVN r7653.
Этот коммит содержится в:
Tim Woodall 2005-10-06 21:29:47 +00:00
родитель 2ea71064ad
Коммит a79e07390a

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

@ -132,7 +132,6 @@ static int orte_iof_svc_close(void)
static void
orte_iof_svc_exception_handler(const orte_process_name_t* peer, orte_rml_exception_t reason)
{
fprintf(stderr, "orte_iof_svc_exception_handler [%lu,%lu,%lu]\n", ORTE_NAME_ARGS(peer));
orte_iof_svc_sub_delete_all(peer);
orte_iof_svc_pub_delete_all(peer);
}