Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
body count++: routing_get_latency_and_bandwidth
[simgrid.git] / teshsuite / simdag / platforms / Evaluate_get_route_time.c
index 14905f2..5eb24b3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2013. The SimGrid Team.
+/* Copyright (c) 2008-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -9,8 +9,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "simdag/simdag.h"
-#include "surf/surf_private.h"
+#include "simgrid/simdag.h"
+#include "src/surf/surf_private.h"
 #include "xbt/xbt_os_time.h"
 
 #define BILLION  1000000000L;
@@ -24,14 +24,14 @@ int main(int argc, char **argv)
   int list_size;
   xbt_os_timer_t timer = xbt_os_timer_new();
 
-  /* initialisation of SD */
+  /* SD initialization */
   SD_init(&argc, argv);
 
   /* creation of the environment */
   SD_create_environment(argv[1]);
 
   workstations = SD_workstation_get_list();
-  list_size = SD_workstation_get_number();
+  list_size = SD_workstation_get_count();
 
   /* Random number initialization */
   srand( (int) (xbt_os_time()*1000) );