Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Commented cruft I need to test the IDL projection code
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 27 Jan 2005 12:29:54 +0000 (12:29 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 27 Jan 2005 12:29:54 +0000 (12:29 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@784 48e7efb5-ca39-0410-a469-dd3cf9ba447f

testsuite/gras/datadesc_usage.c

index 1109bfb..14f75f2 100644 (file)
@@ -34,6 +34,7 @@ write_read(gras_datadesc_type_t type,void *src, void *dst,
     TRY(gras_socket_client_from_file(filename,&sock));
   if (direction == WRITE || direction == RW)
     TRY(gras_datadesc_send(sock, type, src));
     TRY(gras_socket_client_from_file(filename,&sock));
   if (direction == WRITE || direction == RW)
     TRY(gras_datadesc_send(sock, type, src));
+//  TRY(gras_datadesc_gen_send(sock, type, src));
   if (direction == RW) 
     gras_socket_close(sock);
    
   if (direction == RW) 
     gras_socket_close(sock);