X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3b356352e87ae00a20f737c48e19b0c8413455a..e8a8a4eff62f09fde8d73dae597bfbd09f3c9786:/src/mc/Variable.hpp diff --git a/src/mc/Variable.hpp b/src/mc/Variable.hpp index 8bae0c7e7c..5ca55ab08c 100644 --- a/src/mc/Variable.hpp +++ b/src/mc/Variable.hpp @@ -9,12 +9,15 @@ #include -#include "mc_forward.h" -#include "mc_location.h" +#include + +#include "src/mc/mc_forward.h" +#include "src/mc/LocationList.hpp" namespace simgrid { namespace mc { +/** A variable (global or local) in the model-checked program */ class Variable { public: Variable(); @@ -26,7 +29,7 @@ public: simgrid::mc::Type* type; // Use either of: - simgrid::mc::LocationList location_list; + simgrid::dwarf::LocationList location_list; void* address; size_t start_scope;