X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2114c044f7a785c1c53c0f69d0203fd50c2175d5..74430cd04d3de487fb936817266b3af0df7638c0:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index c0d051fc83..c9b7b8da8f 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -128,6 +128,7 @@ typedef struct s_smpi_mpi_type_key_elem *smpi_type_key_elem; typedef struct s_smpi_mpi_info { xbt_dict_t info_dict; + int refcount; } s_smpi_mpi_info_t;