From cd2c83932d7e042824237987c30fc930d17d83c6 Mon Sep 17 00:00:00 2001 From: Terry Dontje Date: Wed, 5 Nov 2008 20:30:34 +0000 Subject: [PATCH] This commit fixes trac:1644. This commit was SVN r19934. The following Trac tickets were found above: Ticket 1644 --> https://svn.open-mpi.org/trac/ompi/ticket/1644 --- ompi/debuggers/ompi_msgq_dll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/debuggers/ompi_msgq_dll.c b/ompi/debuggers/ompi_msgq_dll.c index 8b0ed3b52d..599e24c52b 100644 --- a/ompi/debuggers/ompi_msgq_dll.c +++ b/ompi/debuggers/ompi_msgq_dll.c @@ -158,6 +158,7 @@ int opal_progress_spin_count; volatile int32_t opal_progress_thread_count; bool opal_mutex_check_locks; bool opal_uses_threads; +ompi_proc_t* ompi_proc_local_proc; #endif /* defined(__SUNPRO_C) */ /**********************************************************************/