X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a6b0a991a67e6f2f67c03fed43529e078da7115..dccf1b41e9c7b5a696f01abceaa2779fe65f154f:/examples/simdag/goal/goal_test.c diff --git a/examples/simdag/goal/goal_test.c b/examples/simdag/goal/goal_test.c index e44ceea289..368f551f5b 100644 --- a/examples/simdag/goal/goal_test.c +++ b/examples/simdag/goal/goal_test.c @@ -11,12 +11,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include #include #include "simgrid/simdag.h" -#include "xbt/log.h" -#include "xbt/ex.h" -#include #include "xbt/xbt_os_time.h" XBT_LOG_NEW_DEFAULT_CATEGORY(goal, "The GOAL loader into SimDag"); @@ -25,7 +21,6 @@ typedef struct { int i, j, k; } s_bcast_task_t,*bcast_task_t; - const sg_host_t* ws_list; int count = 0; @@ -55,7 +50,6 @@ static void send_one(int from, int to) { SD_task_watch(task,SD_DONE); } - int main(int argc, char **argv) { xbt_os_timer_t timer = xbt_os_timer_new();