Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny cleanups in the parsing of clusters
[simgrid.git] / src / surf / surf_routing_cluster.hpp
index ce935c5..c1962f0 100644 (file)
@@ -34,6 +34,7 @@ public:
   int parsePU(NetCard *elm) override; /* A host or a router, whatever */
   int parseAS(NetCard *elm) override;
   virtual void create_links_for_node(sg_platf_cluster_cbarg_t cluster, int id, int rank, int position);
+  virtual void parse_specific_arguments(sg_platf_cluster_cbarg_t cluster) {}
 
   Link* p_backbone = nullptr;
   void *p_loopback = nullptr;