From 2ab401dc3cbb66645b42a9325525ceac0a20d15d Mon Sep 17 00:00:00 2001 From: Sven Stork Date: Wed, 18 Jul 2007 11:51:52 +0000 Subject: [PATCH] - export required symbols used by OSC This commit was SVN r15476. --- ompi/communicator/communicator.h | 4 ++-- ompi/info/info.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ompi/communicator/communicator.h b/ompi/communicator/communicator.h index b0d6813dcf..04e131ad14 100644 --- a/ompi/communicator/communicator.h +++ b/ompi/communicator/communicator.h @@ -324,14 +324,14 @@ struct ompi_communicator_t { * 1 if the do not (optimization to c_local_comm creation) * */ - int ompi_comm_dup (ompi_communicator_t *comm, ompi_communicator_t **newcomm, + OMPI_DECLSPEC int ompi_comm_dup (ompi_communicator_t *comm, ompi_communicator_t **newcomm, int sync_flag); /** * free a communicator */ - int ompi_comm_free (ompi_communicator_t **comm); + OMPI_DECLSPEC int ompi_comm_free (ompi_communicator_t **comm); /** * allocate a new communicator structure diff --git a/ompi/info/info.h b/ompi/info/info.h index 281ec6c6be..3999c10391 100644 --- a/ompi/info/info.h +++ b/ompi/info/info.h @@ -193,7 +193,7 @@ extern "C" { * character. If the 'key' is not found on 'info', 'valuelen' is left * alone. */ - int ompi_info_get_valuelen (ompi_info_t *info, char *key, int *valuelen, + OMPI_DECLSPEC int ompi_info_get_valuelen (ompi_info_t *info, char *key, int *valuelen, int *flag); /**