Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
That pointer to function was never given anything but one value
[simgrid.git] / src / instr / instr_interface.c
index fabcf00..75090b8 100644 (file)
@@ -138,7 +138,7 @@ static void instr_user_srcdst_variable(double time,
                               double value,
                               InstrUserVariable what)
 {
-  xbt_dynar_t route = global_routing->get_route (src, dst);
+  xbt_dynar_t route = routing_get_route (src, dst);
   unsigned int i;
   void *link;
   xbt_dynar_foreach (route, i, link) {