Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely rework the properties of netzones
[simgrid.git] / src / kernel / EngineImpl.hpp
index 19aefe0..839f300 100644 (file)
@@ -16,7 +16,7 @@ class EngineImpl {
 public:
   EngineImpl();
   virtual ~EngineImpl();
-  kernel::routing::NetZoneImpl* rootAs_ = nullptr;
+  kernel::routing::NetZoneImpl* netRoot_ = nullptr;
 
 protected:
   friend simgrid::s4u::Engine;