Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove the horrible MC_EACH_SIMIX_PROCESS() macro
[simgrid.git] / src / mc / mc_forward.hpp
index e77c97d..1be20a4 100644 (file)
@@ -30,6 +30,8 @@ class Frame;
 }
 }
 
+struct s_mc_smx_process_info;
+
 // TODO, try to get rid of the global ModelChecker variable
 extern simgrid::mc::ModelChecker* mc_model_checker;