]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_interface.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Added a FIXME for a weird hardcoded value
[simgrid.git] / src / instr / instr_interface.cpp
index c5ff45cddfa6d1c7c8216c10ce88b964c5c00de0..62ca5c1a8f223174afec6ef19bd0f632be7874e1 100644 (file)
@@ -305,7 +305,7 @@ static void instr_user_srcdst_variable(double time, const char *src, const char
   if (not dst_elm)
     xbt_die("Element '%s' not found!",dst);
 
-  std::vector<simgrid::surf::LinkImpl*> route;
+  std::vector<simgrid::kernel::resource::LinkImpl*> route;
   simgrid::kernel::routing::NetZoneImpl::get_global_route(src_elm, dst_elm, route, nullptr);
   for (auto const& link : route)
     instr_user_variable(time, link->get_cname(), variable, father_type, value, what, nullptr, &user_link_variables);