X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c18e60bf891927388ca22052334554bdb860a7f0..96e9a8e891b426a1bcd3214322f34bb40ba2b33e:/src/mc/mc_forward.hpp diff --git a/src/mc/mc_forward.hpp b/src/mc/mc_forward.hpp index 1be20a4124..9474e9beca 100644 --- a/src/mc/mc_forward.hpp +++ b/src/mc/mc_forward.hpp @@ -26,11 +26,13 @@ class Member; class Type; class Variable; class Frame; +class SimixProcessInformation; } } -struct s_mc_smx_process_info; +// 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;