Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] C++ style SimixProcessInformation
[simgrid.git] / src / mc / mc_forward.hpp
index 5c704d4..9474e9b 100644 (file)
@@ -16,6 +16,7 @@ namespace simgrid {
 namespace mc {
 
 class PageStore;
+class ChunkedData;
 class ModelChecker;
 class AddressSpace;
 class Process;
@@ -25,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;