From: mquinson Date: Thu, 27 Jan 2005 12:29:54 +0000 (+0000) Subject: Commented cruft I need to test the IDL projection code X-Git-Tag: v3.3~4566 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e486bcb39da0b905b7e7b6151c728e7b366be717?ds=inline Commented cruft I need to test the IDL projection code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@784 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/gras/datadesc_usage.c b/testsuite/gras/datadesc_usage.c index 1109bfb2f5..14f75f2e09 100644 --- a/testsuite/gras/datadesc_usage.c +++ b/testsuite/gras/datadesc_usage.c @@ -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_datadesc_gen_send(sock, type, src)); if (direction == RW) gras_socket_close(sock);