X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ba53704b9e08e2ad82f008aeec1c8a3f568b3b6..2c803179bcf6c7b734f6f22aa44fda9da4d1793d:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 7769ef4f8d..74b35689e7 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -86,7 +86,6 @@ void smpi_process_simulated_start(void); double smpi_process_simulated_elapsed(void); void print_request(const char *message, MPI_Request request); -void SMPI_comm_copy_buffer_callback(smx_action_t comm, void* buff, size_t buff_size); void smpi_global_init(void); void smpi_global_destroy(void); @@ -113,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);