X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935..778f65057da68465382593cd036b6ee59ada54e9:/src/gras/DataDesc/datadesc_interface.h diff --git a/src/gras/DataDesc/datadesc_interface.h b/src/gras/DataDesc/datadesc_interface.h index 9cf3c3e10e..b72efc0a9e 100644 --- a/src/gras/DataDesc/datadesc_interface.h +++ b/src/gras/DataDesc/datadesc_interface.h @@ -18,7 +18,7 @@ gras_datadesc_type_t gras_datadesc_by_id (long int code); /* to debug */ void gras_datadesc_type_dump(const gras_datadesc_type_t ddt); -const char *gras_datadesc_arch_name(int code); +const char * gras_datadesc_arch_name(int code); /* compare two data type description */ int @@ -28,7 +28,7 @@ gras_datadesc_type_cmp(const gras_datadesc_type_t d1, /* Access function */ int gras_datadesc_size(gras_datadesc_type_t type); /* Described data exchanges: direct use */ -void gras_datadesc_cpy(gras_datadesc_type_t type, void *src, void **dst); +int gras_datadesc_copy(gras_datadesc_type_t type, void *src, void *dst); void gras_datadesc_send(gras_socket_t sock, gras_datadesc_type_t type, void *src); void gras_datadesc_recv(gras_socket_t sock, gras_datadesc_type_t type, int r_arch, void *dst);