]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_paje_values.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill two unused helper functions.
[simgrid.git] / src / instr / instr_paje_values.hpp
index 1fbcc4816fed4f999ee50397d2ea2d359ecb1e7e..16e716b6254110bb1f50ab668693dbe14cde7909 100644 (file)
@@ -13,7 +13,7 @@ namespace simgrid {
 namespace instr {
 
 class EntityValue {
-  long long int id_;
+  long long int id_ = new_paje_id();
   std::string name_;
   std::string color_;
   Type* father_;