Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tweak gras_trp_*_recv() prototype. This is now (sock, char*data,int size, int bufsize...
[simgrid.git] / src / gras / Transport / transport_interface.h
index e1e8548..249db65 100644 (file)
@@ -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);