X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/118d3f4ca3b1f74eb632dec688ca5c7dfab7f1ba..455435b8a7cc8d84037aa66104a73d4760d9666f:/include/simgrid/s4u/As.hpp diff --git a/include/simgrid/s4u/As.hpp b/include/simgrid/s4u/As.hpp index 21e57c6e5d..33fcb48e11 100644 --- a/include/simgrid/s4u/As.hpp +++ b/include/simgrid/s4u/As.hpp @@ -27,7 +27,7 @@ namespace kernel { namespace routing { class AsImpl; class NetCard; - class AsRoute; + class BypassRoute; } } namespace s4u { @@ -73,7 +73,7 @@ private: bool sealed_ = false; // We cannot add more content when sealed - std::map, kernel::routing::AsRoute*> + std::map, kernel::routing::BypassRoute*> bypassRoutes_; // src x dst -> route xbt_dict_t children_ = xbt_dict_new_homogeneous(nullptr); // sub-ASes };