]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_paje_containers.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix simcalls.py after rename s/simcall/simcall_/.
[simgrid.git] / src / instr / instr_paje_containers.hpp
index 584f0ee79f9295617a48d0feb20f6bc329817a3f..ec2930d622e50842c0c9bddc186c75348dc3331d 100644 (file)
@@ -32,7 +32,6 @@ public:
   Type* type_; /* Type of this container */
   Container* father_;
   std::map<std::string, Container*> children_;
-  kernel::routing::NetPoint* netpoint_ = nullptr;
 
   static Container* by_name_or_null(const std::string& name);
   static Container* by_name(const std::string& name);
@@ -60,7 +59,7 @@ public:
 
 class HostContainer : public Container {
 public:
-  HostContainer(simgrid::s4u::Host const& host, NetZoneContainer* father);
+  HostContainer(s4u::Host const& host, NetZoneContainer* father);
 };
 } // namespace instr
 } // namespace simgrid