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_vivaldi.hpp
index 43192be..69299e0 100644 (file)
@@ -25,7 +25,7 @@ class XBT_PRIVATE AsVivaldi;
 
 class AsVivaldi: public AsGeneric {
 public:
-  AsVivaldi() : AsGeneric() {};
+  AsVivaldi(const char *name);
   void Seal() override {}; // nothing to do
   ~AsVivaldi() {};