X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1038e90b6035149be3fa02273cff848f4914ac9..831de10adaaf8910940aa280e2ac2dd075b5ffe5:/src/include/smpi/smpi_interface.h diff --git a/src/include/smpi/smpi_interface.h b/src/include/smpi/smpi_interface.h index 4f5686aef9..6f6c9d0392 100644 --- a/src/include/smpi/smpi_interface.h +++ b/src/include/smpi/smpi_interface.h @@ -12,11 +12,13 @@ SG_BEGIN_DECL() /** \brief MPI collective description */ -typedef struct mpi_coll_description { +struct mpi_coll_description { const char *name; const char *description; void *coll; -} s_mpi_coll_description_t, *mpi_coll_description_t; +}; +typedef struct mpi_coll_description s_mpi_coll_description_t; +typedef struct mpi_coll_description* mpi_coll_description_t; /** \ingroup MPI gather * \brief The list of all available allgather collectives