From 3d1c10b09b0a9af577a5a0288cac0ed750a66ecb Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Fri, 15 Jul 2005 11:54:38 +0000 Subject: [PATCH] make sure, that the value for TYPE_ATTR is identical, independent of the definition of OMPI_WANT_MPI2_ONE_SIDED This commit was SVN r6514. --- ompi/attribute/attribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/attribute/attribute.h b/ompi/attribute/attribute.h index 51623814dc..a66761659a 100644 --- a/ompi/attribute/attribute.h +++ b/ompi/attribute/attribute.h @@ -51,10 +51,10 @@ enum ompi_attribute_type_t { COMM_ATTR = 1, /**< The attribute belongs to a comm object. Starts with 1 so that we can have it initialized to 0 using memset in the constructor */ + TYPE_ATTR /**< The attribute belongs to datatype object */ #if OMPI_WANT_MPI2_ONE_SIDED WIN_ATTR, /**< The attribute belongs to a win object */ #endif - TYPE_ATTR /**< The attribute belongs to datatype object */ }; typedef enum ompi_attribute_type_t ompi_attribute_type_t;