Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add java-bittorrent example (still not working).
[simgrid.git] / examples / simdag / dot / dot_test2.c
index 4a5af63..c2457f2 100644 (file)
@@ -12,7 +12,6 @@
 #include "xbt/log.h"
 #include "xbt/ex.h"
 #include <string.h>
-#define HAVE_JEDULE 0
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test,
                              "Logging specific to this SimDag example");
@@ -50,6 +49,10 @@ int main(int argc, char **argv)
       ("----------------------------- dump tasks again ------------------------------------");
   while ((task=dot_as_array[cursor++])){
     SD_task_dump(task);
+  }
+
+  cursor=0;
+  while ((task=dot_as_array[cursor++])){
     SD_task_destroy(task);
   }