X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0cc6b4b0df3ab644470c0472b7d5a0e2f68e02b3..edcd2651f9d3a8bb0961ade1990e602b2dc73cae:/src/gras/Transport/transport_interface.h diff --git a/src/gras/Transport/transport_interface.h b/src/gras/Transport/transport_interface.h index e1e8548cee..249db65393 100644 --- a/src/gras/Transport/transport_interface.h +++ b/src/gras/Transport/transport_interface.h @@ -58,7 +58,8 @@ struct gras_trp_plugin_ { unsigned long int size); void (*chunk_recv)(gras_socket_t sd, char *data, - unsigned long int size); + unsigned long int size, + unsigned long int bufsize); /* flush has to make sure that the pending communications are achieved */ void (*flush)(gras_socket_t sd);