Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop copying transitions around since that would shorten the virtual methods
[simgrid.git] / src / mc / mc_record.hpp
index fcae0ac..9d4fe90 100644 (file)
@@ -25,7 +25,7 @@
 namespace simgrid {
 namespace mc {
 
-using RecordTrace = std::vector<Transition>;
+using RecordTrace = std::vector<Transition*>;
 
 /** Convert a string representation of the path into an array of `simgrid::mc::Transition`
  */