Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start initializing routing fields in the constructors, not with a shotgun
[simgrid.git] / src / surf / surf_routing_generic.hpp
index 29c4dd6..ce2c287 100644 (file)
@@ -18,7 +18,7 @@ class XBT_PRIVATE AsGeneric;
 
 class XBT_PRIVATE AsGeneric : public AsNone {
 public:
-  AsGeneric();
+  AsGeneric(const char*name);
   ~AsGeneric();
 
   virtual void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override;