X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/56048e3bbbccaeb0c3f1ec9d0105048d7e122af1..708989f9970b6f37f3ca7c7b568bcbfeaa53867f:/src/mc/memory_map.c diff --git a/src/mc/memory_map.c b/src/mc/memory_map.c index 934dab89a7..b971a47f74 100644 --- a/src/mc/memory_map.c +++ b/src/mc/memory_map.c @@ -19,7 +19,7 @@ memory_map_t get_memory_map(void) memory_map_t ret = NULL; /* The memory map to return */ /* The following variables are used during the parsing of the file "maps" */ - s_map_region memreg; /* temporal map region used for creating the map */ + s_map_region_t memreg; /* temporal map region used for creating the map */ char *lfields[6], *tok, *endptr; int i;