From 915187c3c3c47fc45f075ef1019f5e1c33c92369 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 26 Jul 2004 11:18:00 +0000 Subject: [PATCH] Fix compile error. Please test compile before committing... This commit was SVN r1803. --- src/mca/pml/teg/src/pml_teg_sendreq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/pml/teg/src/pml_teg_sendreq.h b/src/mca/pml/teg/src/pml_teg_sendreq.h index 46e1ea1c85..c662415d89 100644 --- a/src/mca/pml/teg/src/pml_teg_sendreq.h +++ b/src/mca/pml/teg/src/pml_teg_sendreq.h @@ -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, \