Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add WakeupTreeIterator and WakeupTree skeletons
[simgrid.git] / src / mc / explo / odpor / odpor_forward.hpp
index 1a439c1..dc1e4bd 100644 (file)
 #define SIMGRID_MC_ODPOR_FORWARD_HPP
 
 #include "src/mc/mc_forward.hpp"
+#include <list>
 #include <simgrid/forward.h>
 
 namespace simgrid::mc::odpor {
 
+using ProcessSequence   = std::list<aid_t>;
+using ExecutionSequence = std::list<const Transition*>;
+
 class Event;
 class Execution;
-class ExecutionView;
 class WakeupTree;
+class WakeupTreeIterator;
 
 } // namespace simgrid::mc::odpor