From 8b817e96fddff421f3233b0a2a508537d2f331ba Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Fri, 25 May 2007 01:53:29 +0000 Subject: [PATCH] Allow threaded compilation. This commit was SVN r14775. --- ompi/mca/osc/pt2pt/osc_pt2pt_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/osc/pt2pt/osc_pt2pt_component.c b/ompi/mca/osc/pt2pt/osc_pt2pt_component.c index ba70787306..f8b3a36f56 100644 --- a/ompi/mca/osc/pt2pt/osc_pt2pt_component.c +++ b/ompi/mca/osc/pt2pt/osc_pt2pt_component.c @@ -688,7 +688,7 @@ ompi_osc_pt2pt_component_progress(void) int ret, done = 0; #if OMPI_ENABLE_PROGRESS_THREADS - ret = OPAL_THREAD_LOCK(&mca_osc_pt2pt_component.p2p_c_lock); + OPAL_THREAD_LOCK(&mca_osc_pt2pt_component.p2p_c_lock); #else ret = OPAL_THREAD_TRYLOCK(&mca_osc_pt2pt_component.p2p_c_lock); #endif