X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4aaa273789861a01e8e9b356d9005b629b3baa47..b66d5e3048f03720a020e09f507db4d8a96a4798:/src/mc/mc_snapshot.h diff --git a/src/mc/mc_snapshot.h b/src/mc/mc_snapshot.h index 9ba0f38f09..4467b9fff5 100644 --- a/src/mc/mc_snapshot.h +++ b/src/mc/mc_snapshot.h @@ -105,7 +105,7 @@ typedef struct s_mc_stack_frame { unw_word_t sp; unw_word_t frame_base; dw_frame_t frame; - char* frame_name; + std::string frame_name; unw_cursor_t unw_cursor; } s_mc_stack_frame_t, *mc_stack_frame_t;