X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b6d36b7082f7cc657eb2473d1ac27d250954688..2c803179bcf6c7b734f6f22aa44fda9da4d1793d:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 1979e5a291..74b35689e7 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -112,7 +112,7 @@ int smpi_datatype_hindexed(int count, int* blocklens, MPI_Aint* indices, int smpi_datatype_struct(int count, int* blocklens, MPI_Aint* indices, MPI_Datatype* old_types, MPI_Datatype* new_type); -void smpi_datatype_create(MPI_Datatype* new_type, int size, int has_subtype, void *struct_type, int flags); +void smpi_datatype_create(MPI_Datatype* new_type, int size,int realsize, int has_subtype, void *struct_type, int flags); void smpi_datatype_free(MPI_Datatype* type);