From 91fa494f0eeaae4a541844b3cf52c13f65a37065 Mon Sep 17 00:00:00 2001 From: Sven Stork Date: Tue, 15 May 2007 13:38:50 +0000 Subject: [PATCH] - another missing symbol This commit was SVN r14657. --- ompi/datatype/datatype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/datatype/datatype.h b/ompi/datatype/datatype.h index 88afc0480e..886332d21b 100644 --- a/ompi/datatype/datatype.h +++ b/ompi/datatype/datatype.h @@ -133,7 +133,7 @@ int32_t ompi_ddt_init( void ); int32_t ompi_ddt_finalize( void ); ompi_datatype_t* ompi_ddt_create( int32_t expectedSize ); OMPI_DECLSPEC int32_t ompi_ddt_commit( ompi_datatype_t** ); -int32_t ompi_ddt_destroy( ompi_datatype_t** ); +OMPI_DECLSPEC int32_t ompi_ddt_destroy( ompi_datatype_t** ); static inline int32_t ompi_ddt_is_committed( const ompi_datatype_t* type ) { return ((type->flags & DT_FLAG_COMMITED) == DT_FLAG_COMMITED); } static inline int32_t ompi_ddt_is_overlapped( const ompi_datatype_t* type )