]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get page size info on win32
[simgrid.git] / src / mc / mc_private.h
index 33639324af08c7fced68e899751772e77e65ed3a..20e4ab832ff1a7451f103ac560dae271b22f2c3d 100644 (file)
@@ -431,7 +431,7 @@ void mc_dwarf_location_list_init(mc_location_list_t target, mc_object_info_t inf
 
 struct s_dw_type{
   e_dw_type_type type;
-  void *id; /* Offset in the section (in hexadecimal form) */
+  Dwarf_Off id; /* Offset in the section (in hexadecimal form) */
   char *name; /* Name of the type */
   int byte_size; /* Size in bytes */
   int element_count; /* Number of elements for array type */