X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27dc82be40d8e0e0bc5e5d1301b66f36f676dea6..0348239c5ae3b76bd1390ab388ac37e27039e91b:/src/instr/instr_paje_events.hpp diff --git a/src/instr/instr_paje_events.hpp b/src/instr/instr_paje_events.hpp index 293a2cd0e9..74e63799d5 100644 --- a/src/instr/instr_paje_events.hpp +++ b/src/instr/instr_paje_events.hpp @@ -42,7 +42,7 @@ class PajeEvent { Type* type_; public: static xbt::signal on_creation; - static xbt::signal on_destruction; + static xbt::signal on_destruction; double timestamp_; e_event_type eventType_; @@ -78,7 +78,7 @@ class StateEvent : public PajeEvent { std::unique_ptr extra_; public: - static xbt::signal on_destruction; + static xbt::signal on_destruction; StateEvent(Container* container, Type* type, e_event_type event_type, EntityValue* value, TIData* extra); ~StateEvent() override { on_destruction(*this); } bool has_extra() const { return extra_ != nullptr; }