Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update function documentation and variable names in the As -> NetZone transition
[simgrid.git] / src / kernel / EngineImpl.hpp
index 750cb62..839f300 100644 (file)
@@ -9,14 +9,14 @@
 namespace simgrid {
 namespace kernel {
 namespace routing {
-class AsImpl;
+class NetZoneImpl;
 }
 
 class EngineImpl {
 public:
   EngineImpl();
   virtual ~EngineImpl();
-  kernel::routing::AsImpl* rootAs_ = nullptr;
+  kernel::routing::NetZoneImpl* netRoot_ = nullptr;
 
 protected:
   friend simgrid::s4u::Engine;