1
1
This commit was SVN r25946.
Этот коммит содержится в:
George Bosilca 2012-02-17 03:18:51 +00:00
родитель 70ab83a135
Коммит bd9402fd8d

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

@ -603,7 +603,7 @@ int mca_btl_gm_component_progress()
reg->cbfunc(&btl->super, hdr->tag, &frag->base, reg->cbdata);
OPAL_THREAD_LOCK(&mca_btl_gm_component.gm_lock);
} else {
btl->error_cb(&btl->super, MCA_BTL_ERROR_FLAGS_FATAL);
btl->error_cb(&btl->super, MCA_BTL_ERROR_FLAGS_FATAL, NULL, NULL);
return 0;
}
MCA_BTL_GM_FRAG_POST(btl,frag);
@ -629,7 +629,7 @@ int mca_btl_gm_component_progress()
MCA_BTL_GM_FRAG_POST(btl,frag);
} else {
btl->error_cb(&btl->super, MCA_BTL_ERROR_FLAGS_FATAL);
btl->error_cb(&btl->super, MCA_BTL_ERROR_FLAGS_FATAL, NULL, NULL);
return 0;
}
count++;