Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove last occurences of "swag" in src/kernel/.
[simgrid.git] / src / instr / instr_paje_events.hpp
index a4afdb0..c8fa8b2 100644 (file)
@@ -63,7 +63,7 @@ public:
 class StateEvent : public PajeEvent {
   EntityValue* value;
   std::string filename;
-  int linenumber;
+  int linenumber = 0;
   TIData* extra_ = nullptr;
 
 public: