X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b76ba4acd263f00d310287d7f891abfcda1c2f9..41626f8a47c96f54fa3b1ee61a90fb0af699dcbc:/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()