From 95f4e0b502c9bbadd3afdadf63638f16a54b53d7 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 2 Mar 2011 19:19:15 +0000 Subject: [PATCH] We do need the name for debugging purposes. This commit was SVN r24479. --- opal/datatype/opal_datatype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/datatype/opal_datatype.h b/opal/datatype/opal_datatype.h index 32399e2eab..d853f4e118 100644 --- a/opal/datatype/opal_datatype.h +++ b/opal/datatype/opal_datatype.h @@ -116,7 +116,7 @@ struct opal_datatype_t { uint32_t nbElems; /**< total number of elements inside the datatype */ /* Attribute fields */ - char name[OPAL_MAX_OBJECT_NAME]; /* TODO: Can this be deleted??? It's just sugar...*/ + char name[OPAL_MAX_OBJECT_NAME]; /**< name of the datatype */ /* --- cacheline 2 boundary (128 bytes) was 8 bytes ago --- */ dt_type_desc_t desc; /**< the data description */ dt_type_desc_t opt_desc; /**< short description of the data used when conversion is useless