X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4e3a3e34e94ed337b089eb6339bf9b6fd5b9657..01162745aeb9b6e45d6840a72883894f40f60083:/testsuite/xbt/context_usage.c diff --git a/testsuite/xbt/context_usage.c b/testsuite/xbt/context_usage.c index 9431617754..063c7d38d3 100644 --- a/testsuite/xbt/context_usage.c +++ b/testsuite/xbt/context_usage.c @@ -71,9 +71,9 @@ int main(int argc, char** argv) 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();