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_full.hpp
index 0473e92..76edfe6 100644 (file)
@@ -23,7 +23,7 @@ class XBT_PRIVATE AsFull;
 class AsFull: public AsGeneric {
 public:
 
-  AsFull() {}
+  AsFull(const char*name);
   void Seal() override;
   ~AsFull();