Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cluster with StarZones
[simgrid.git] / src / instr / instr_paje_types.hpp
index 77632c10b044340ba19908eafbe3b577923fdd08..a5e31d40c77b7493cdb2eadbc632b5fd46e0408a 100644 (file)
@@ -88,7 +88,6 @@ public:
       : Type(event_type, name, alias, "", father){};
   ValueType(PajeEventType event_type, const std::string& name, Type* father)
       : Type(event_type, name, name, "", father){};
-  ~ValueType() override = default;
   void add_entity_value(const std::string& name, const std::string& color);
   void add_entity_value(const std::string& name);
   EntityValue* get_entity_value(const std::string& name);
@@ -102,8 +101,8 @@ public:
   {
     on_creation(*this, *source, *dest);
   }
-  void start_event(Container* startContainer, const std::string& value, const std::string& key);
-  void start_event(Container* startContainer, const std::string& value, const std::string& key, int size);
+  void start_event(Container* startContainer, const std::string& value, const std::string& key,
+                   size_t size = static_cast<size_t>(-1));
   void end_event(Container* endContainer, const std::string& value, const std::string& key);
 };