X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/51944fbb208aeba94040ac47118d748f2cb5c854..62e4831b9d9c6d747dac4344c46d0f217d204ab2:/src/mc/sosp/Snapshot.hpp diff --git a/src/mc/sosp/Snapshot.hpp b/src/mc/sosp/Snapshot.hpp index 45b00dc172..ad755f745a 100644 --- a/src/mc/sosp/Snapshot.hpp +++ b/src/mc/sosp/Snapshot.hpp @@ -44,6 +44,7 @@ struct s_local_variable_t { void* address; }; typedef s_local_variable_t* local_variable_t; +typedef const s_local_variable_t* const_local_variable_t; struct XBT_PRIVATE s_mc_snapshot_stack_t { std::vector local_variables; @@ -51,6 +52,7 @@ struct XBT_PRIVATE s_mc_snapshot_stack_t { std::vector stack_frames; }; typedef s_mc_snapshot_stack_t* mc_snapshot_stack_t; +typedef const s_mc_snapshot_stack_t* const_mc_snapshot_stack_t; namespace simgrid { namespace mc {