From ce3650faea9a542e35f1b11bde4d223031606cac Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 16 Aug 2012 19:00:44 +0000 Subject: [PATCH] Get it to compile when --enable-ompi-progress-threads This commit was SVN r27077. --- ompi/request/req_wait.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ompi/request/req_wait.c b/ompi/request/req_wait.c index 6cc91b1fe9..7110a4af22 100644 --- a/ompi/request/req_wait.c +++ b/ompi/request/req_wait.c @@ -29,6 +29,9 @@ #include "ompi/mca/crcp/crcp.h" #include "ompi/mca/pml/base/pml_base_request.h" +#if OMPI_ENABLE_PROGRESS_THREADS +static int ompi_progress_thread_count=0; +#endif int ompi_request_default_wait( ompi_request_t ** req_ptr,