This somehow got left. If you folks come accross similar files, please protect the extern symbols from name mangling
This commit was SVN r3255.
Этот коммит содержится в:
родитель
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.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user