Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the rootAS from routing_platf into the EngineImpl
[simgrid.git] / src / s4u / s4u_engine.cpp
index 1516008..96f3fff 100644 (file)
@@ -88,8 +88,7 @@ void Engine::run() {
 
 s4u::As *Engine::rootAs()
 {
-  return routing_platf->root_; // FIXME: get the root into the Engine directly (and kill the platf)
-  // return pimpl->rootAs_;
+  return pimpl->rootAs_;
 }
 
 static s4u::As *asByNameRecursive(s4u::As *current, const char *name)