]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/kernel/routing/NetPoint.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New: s4u::create_dragonfly_zone
[simgrid.git] / include / simgrid / kernel / routing / NetPoint.hpp
index 33d1be544d4cc1ff28f716b20afa5e71672bdc3b..7b4126c146f9f6e2ef5f6e7b3d120dd1341f1477 100644 (file)
@@ -52,7 +52,7 @@ private:
   unsigned int id_ = -1;
   std::string name_;
   NetPoint::Type component_type_;
-  NetZoneImpl* englobing_zone_;
+  NetZoneImpl* englobing_zone_ = nullptr;
 };
 } // namespace routing
 } // namespace kernel