Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[routing] rename routing_global_t -> routing_platf_t (and friends)
[simgrid.git] / teshsuite / simdag / platforms / Evaluate_get_route_time.c
index 0994999..6c4fda9 100644 (file)
@@ -14,7 +14,7 @@
 #include "xbt/xbt_os_time.h"
 
 #define BILLION  1000000000L;
-extern routing_global_t global_routing;
+extern routing_platf_t routing_platf;
 
 int main(int argc, char **argv)
 {