1
1

Fix compile error. Please test compile before committing...

This commit was SVN r1803.
Этот коммит содержится в:
Jeff Squyres 2004-07-26 11:18:00 +00:00
родитель e6ee369852
Коммит 915187c3c3

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

@ -69,7 +69,7 @@
*/ \
if(NULL != ptl->ptl_base) { \
OMPI_THREAD_LOCK(&ptl_base->ptl_cache_lock); \
if(ompi_list_get_size(&ptl_base->ptl_cache) >= ptl_base->ptl_cache_) {\
if(ompi_list_get_size(&ptl_base->ptl_cache) >= ptl_base->ptl_cache_size) {\
/* if cache limit is exceeded - return to global pool */ \
ptl->ptl_request_fini(ptl, sendreq); \
OMPI_FREE_LIST_RETURN(&mca_pml_teg.teg_send_requests, \