From: alegrand Date: Thu, 2 Dec 2004 22:04:34 +0000 (+0000) Subject: See the diff. Sorry for the noise. X-Git-Tag: v3.3~4809 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6e4c15949cd4638f1336b274414bec9f65bef900?ds=sidebyside See the diff. Sorry for the noise. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@541 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/surf/surf_usage.c b/testsuite/surf/surf_usage.c index c3cb03b0da..8626beb145 100644 --- a/testsuite/surf/surf_usage.c +++ b/testsuite/surf/surf_usage.c @@ -41,7 +41,7 @@ void test(void) surf_init(); /* Initialize some common structures */ surf_cpu_resource_init("platform.txt"); /* Now it is possible to use CPUs */ - surf_network_resource_init("platform.txt"); /* Now it is possible to use CPUs */ + surf_network_resource_init("platform.txt"); /* Now it is possible to use eth0 */ printf("%p \n", surf_cpu_resource); cpuA = surf_cpu_resource->common_public->name_service("Cpu A");