Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Take into account last API modification. Sorry about that.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Dec 2004 17:19:11 +0000 (17:19 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Dec 2004 17:19:11 +0000 (17:19 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@727 48e7efb5-ca39-0410-a469-dd3cf9ba447f

testsuite/xbt/context_usage.c

index 9431617..063c7d3 100644 (file)
@@ -71,9 +71,9 @@ int main(int argc, char** argv)
 
   xbt_context_init();
 
 
   xbt_context_init();
 
-  cA = xbt_context_new(fA, 0, NULL);
-  cB = xbt_context_new(fB, 0, NULL);
-  cC = xbt_context_new(fC, 0, NULL);
+  cA = xbt_context_new(fA, NULL, NULL, NULL, NULL, 0, NULL);
+  cB = xbt_context_new(fB, NULL, NULL, NULL, NULL, 0, NULL);
+  cC = xbt_context_new(fC, NULL, NULL, NULL, NULL, 0, NULL);
 
   fifo = xbt_fifo_new();
 
 
   fifo = xbt_fifo_new();