]> AND Public Git Repository - simgrid.git/blobdiff - testsuite/gras/trp_file_client.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adapt to recent changes in transport layer
[simgrid.git] / testsuite / gras / trp_file_client.c
index e894277624309e89fade86742d4813dce3354573..4ec10d71b304d12608cdefce802f8fdd1612f9a7 100644 (file)
@@ -25,7 +25,7 @@ int main(int argc,char *argv[]) {
 
   sprintf(data_send,"Hello, I am a little test data to send.");
   fprintf(stderr,"===[CLIENT]=== Send data\n");
-  gras_trp_chunk_send(sock,data_send, sizeof(data_send));
+  gras_trp_send(sock,data_send, sizeof(data_send),1);
   
   fprintf(stderr,"===[CLIENT]=== Exiting successfully\n");
   gras_socket_close(sock);