X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/856220a486ce61eda51b8dfb7ff71f53af25b020..4edfced29c0c43eb70779a8e560ff0ba6bd1ccdd:/src/mc/Variable.hpp diff --git a/src/mc/Variable.hpp b/src/mc/Variable.hpp index a4f048a4d1..5f43e5c79f 100644 --- a/src/mc/Variable.hpp +++ b/src/mc/Variable.hpp @@ -11,7 +11,7 @@ #include -#include "src/mc/mc_forward.h" +#include "src/mc/mc_forward.hpp" #include "src/mc/LocationList.hpp" namespace simgrid { @@ -27,15 +27,16 @@ public: unsigned type_id = 0; simgrid::mc::Type* type = nullptr; - /** Address of the variable -if it is fixed) */ + /** Address of the variable (if it is fixed) */ void* address = nullptr; - /** Description of the location of the variable if it's not fixed */ + /** Description of the location of the variable (if it's not fixed) */ simgrid::dwarf::LocationList location_list; /** Offset of validity of the variable (DW_AT_start_scope) * - * This variable is not valid since the beginning of its scope. + * This is an offset from the variable scope beginning. This variable + * is only valid starting from this offset. */ std::size_t start_scope = 0;