Fix call to error_cb.
This commit was SVN r25946.
Этот коммит содержится в:
родитель
70ab83a135
Коммит
bd9402fd8d
@ -603,7 +603,7 @@ int mca_btl_gm_component_progress()
|
|||||||
reg->cbfunc(&btl->super, hdr->tag, &frag->base, reg->cbdata);
|
reg->cbfunc(&btl->super, hdr->tag, &frag->base, reg->cbdata);
|
||||||
OPAL_THREAD_LOCK(&mca_btl_gm_component.gm_lock);
|
OPAL_THREAD_LOCK(&mca_btl_gm_component.gm_lock);
|
||||||
} else {
|
} 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;
|
return 0;
|
||||||
}
|
}
|
||||||
MCA_BTL_GM_FRAG_POST(btl,frag);
|
MCA_BTL_GM_FRAG_POST(btl,frag);
|
||||||
@ -629,7 +629,7 @@ int mca_btl_gm_component_progress()
|
|||||||
|
|
||||||
MCA_BTL_GM_FRAG_POST(btl,frag);
|
MCA_BTL_GM_FRAG_POST(btl,frag);
|
||||||
} else {
|
} 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;
|
return 0;
|
||||||
}
|
}
|
||||||
count++;
|
count++;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user