1
1
This commit was SVN r8593.
Этот коммит содержится в:
Tim Woodall 2005-12-22 14:28:13 +00:00
родитель f74e24df69
Коммит 0c57e2d091

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

@ -750,7 +750,7 @@ int mca_pml_dr_send_request_schedule(mca_pml_dr_send_request_t* sendreq)
/* move from retrans to pending list */
if(vfrag->vf_idx == vfrag->vf_len) {
OPAL_THREAD_LOCK(&senddreq->req_mutex);
OPAL_THREAD_LOCK(&sendreq->req_mutex);
opal_list_remove_item(&sendreq->req_retrans, (opal_list_item_t*)vfrag);
opal_list_append(&sendreq->req_pending, (opal_list_item_t*)vfrag);
OPAL_THREAD_UNLOCK(&sendreq->req_mutex);