1
1
This commit was SVN r3072.
Этот коммит содержится в:
Tim Woodall 2004-10-12 20:29:31 +00:00
родитель 7219f2d4f2
Коммит 0d58bace41

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

@ -146,7 +146,7 @@ void mca_pml_teg_send_request_progress(
/* check for pending requests that need to be progressed */
while(ompi_list_get_size(&mca_pml_teg.teg_send_pending) != 0) {
OMPI_THREAD_LOCK(&mca_pml_teg.teg_lock);
req = ompi_list_remove_first(&mca_pml_teg.teg_lock);
req = (mca_pml_base_send_request_t*)ompi_list_remove_first(&mca_pml_teg.teg_send_pending);
OMPI_THREAD_UNLOCK(&mca_pml_teg.teg_lock);
if(req == NULL)
break;