Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move initial state into Session
[simgrid.git] / src / mc / mc_forward.hpp
index 1be20a4..692d867 100644 (file)
@@ -26,12 +26,14 @@ class Member;
 class Type;
 class Variable;
 class Frame;
+class SimixProcessInformation;
+
+class Session;
+class Checker;
 
 }
 }
 
-struct s_mc_smx_process_info;
-
 // TODO, try to get rid of the global ModelChecker variable
 extern simgrid::mc::ModelChecker* mc_model_checker;