X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/61b8c5f3e9d34249c3980a028ea6331466263e63..61e948b810774df0ab0a52dd60ca1fb16af658c5:/teshsuite/simdag/network/test_reinit_costs.c diff --git a/teshsuite/simdag/network/test_reinit_costs.c b/teshsuite/simdag/network/test_reinit_costs.c index 584bd62c73..55b6dedc06 100644 --- a/teshsuite/simdag/network/test_reinit_costs.c +++ b/teshsuite/simdag/network/test_reinit_costs.c @@ -28,7 +28,7 @@ static SD_task_t create_empty_cost_root() SD_task_t root; root = SD_task_create("Root", NULL, 1.0); - SD_task_schedule(root, 1, SD_workstation_get_list(), no_cost, no_cost, + SD_task_schedule(root, 1, sg_host_list(), no_cost, no_cost, -1.0); return root; @@ -68,7 +68,7 @@ static SD_task_t create_root_with_costs() SD_task_t root; root = SD_task_create("Root", NULL, 1.0); - SD_task_schedule(root, 2, SD_workstation_get_list(), comp_cost, + SD_task_schedule(root, 2, sg_host_list(), comp_cost, comm_cost, -1.0); return root;