Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] C++ style SimixProcessInformation
[simgrid.git] / src / mc / mc_forward.hpp
index e77c97d..9474e9b 100644 (file)
@@ -26,10 +26,14 @@ class Member;
 class Type;
 class Variable;
 class Frame;
+class SimixProcessInformation;
 
 }
 }
 
+// TODO, remove
+typedef simgrid::mc::SimixProcessInformation s_mc_smx_process_info;
+
 // TODO, try to get rid of the global ModelChecker variable
 extern simgrid::mc::ModelChecker* mc_model_checker;