1
1
This commit was SVN r2166.
Этот коммит содержится в:
Tim Woodall 2004-08-16 19:09:03 +00:00
родитель 8b45b6e3a4
Коммит bd8af9ecdf

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

@ -117,6 +117,12 @@ int mca_pml_teg_recv(
mca_pml_teg.teg_request_waiting--;
}
}
/* return status */
if (NULL != status) {
*status = recvreq->req_base.req_status;
}
MCA_PML_TEG_RECV_REQUEST_RETURN(recvreq);
return OMPI_SUCCESS;
}