Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot to recreate the option when reviving supernovae
[simgrid.git] / src / instr / instr_interface.c
index 75090b8..7a27800 100644 (file)
@@ -138,7 +138,8 @@ static void instr_user_srcdst_variable(double time,
                               double value,
                               InstrUserVariable what)
 {
-  xbt_dynar_t route = routing_get_route (src, dst);
+  xbt_dynar_t route=NULL;
+  routing_get_route_and_latency (src, dst, &route,NULL);
   unsigned int i;
   void *link;
   xbt_dynar_foreach (route, i, link) {