Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Rename frame->start into frame->id
[simgrid.git] / src / mc / mc_private.h
index 01514bb..3e24dcf 100644 (file)
@@ -472,7 +472,7 @@ struct s_dw_frame{
   void *high_pc;
   s_mc_location_list_t frame_base;
   xbt_dynar_t /* <dw_variable_t> */ variables; /* Cannot use dict, there may be several variables with the same name (in different lexical blocks)*/
-  unsigned long int start; /* DWARF offset of the subprogram */
+  unsigned long int id; /* DWARF offset of the subprogram */
   xbt_dynar_t /* <dw_frame_t> */ scopes;
 };