X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a99bd94a2cedf8b455e78de53b19bebab8c034e..814f0122ea0074dfb67398a79067c01267bc0b40:/src/mc/mc_memory_map.h diff --git a/src/mc/mc_memory_map.h b/src/mc/mc_memory_map.h index afa2b58c67..12da85f89c 100644 --- a/src/mc/mc_memory_map.h +++ b/src/mc/mc_memory_map.h @@ -7,6 +7,8 @@ #ifndef MC_MEMORY_MAP_H #define MC_MEMORY_MAP_H +#include + #include #include "mc_forward.h" @@ -39,8 +41,7 @@ struct s_memory_map { }; -void MC_init_memory_map_info(void); -memory_map_t MC_get_memory_map(void); +memory_map_t MC_get_memory_map(pid_t pid); void MC_free_memory_map(memory_map_t map); SG_END_DECL()