1
1

This somehow got left. If you folks come accross similar files, please protect the extern symbols from name mangling

This commit was SVN r3255.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-10-21 00:08:28 +00:00
родитель e4bf067d98
Коммит 4be165da9c

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

@ -17,6 +17,9 @@
#include "threads/mutex.h"
#include "threads/condition.h"
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
/**
* Request class
*/
@ -127,9 +130,6 @@ extern int ompi_request_poll_iterations;
extern ompi_request_t ompi_request_null;
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
/**
* Initialize the MPI_Request subsystem; invoked during MPI_INIT.