Logo AND Algorithmique Numérique Distribuée

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