X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8ff8bf272f8b34b190c647efe4f543919496e4..3c072dea92bbf0e4df46b1d8d56cd62e68883b33:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index e1f5b9dacc..3ee7f8bcf7 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -30,7 +30,7 @@ typedef struct smpi_mpi_datatype_t { ptrdiff_t lb; ptrdiff_t ub; uint16_t flags; /* flags: has it been committed, etc ...*/ - uint16_t id; /* data id, normally the index in the data array. */ + uint16_t id; /* unused so far : data id, normally the index in the data array. */ } s_smpi_mpi_datatype_t; // smpi mpi request