Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Taking into account an old API modification of SURF
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Jan 2005 17:30:02 +0000 (17:30 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Jan 2005 17:30:02 +0000 (17:30 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@773 48e7efb5-ca39-0410-a469-dd3cf9ba447f

testsuite/surf/surf_usage.c
testsuite/surf/surf_usage2.c

index 5d4c577..3222d6a 100644 (file)
@@ -91,7 +91,7 @@ void test(char *platform)
   /* Let's do something on it */
   commAB =
       surf_network_resource->extension_public->communicate(cardA, cardB,
-                                                          150.0);
+                                                          150.0,-1.0);
 
   surf_solve();                        /* Takes traces into account. Returns 0.0 */
   do {
index 64a68ae..a92b72d 100644 (file)
@@ -73,7 +73,7 @@ void test(char *platform)
 
   commAB =
       surf_workstation_resource->extension_public->
-      communicate(workstationA, workstationB, 150.0);
+      communicate(workstationA, workstationB, 150.0, -1.0);
 
   surf_solve();                        /* Takes traces into account. Returns 0.0 */
   do {