Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
end objectification of MSG tasks
[simgrid.git] / src / instr / instr_paje_events.hpp
index 2590273..3b1da03 100644 (file)
@@ -89,7 +89,7 @@ public:
       : PajeEvent(container, type, SIMIX_get_clock(), event_type)
       , endpoint_(sourceContainer)
       , value_(std::move(value))
-      , key_(key)
+      , key_(std::move(key))
       , size_(size)
   {
   }