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

Public GIT Repository
[mc] Move cross process reading support for SBT structure in a separate file
[simgrid.git] / src / mc / mc_memory_map.h
index 6d118d001382cbdb8ee11015b01079059fa82c56..425d6d6cf9f663e41bbc3d16cd484686e0513530 100644 (file)
@@ -7,7 +7,10 @@
 #ifndef MC_MEMORY_MAP_H
 #define MC_MEMORY_MAP_H
 
+#include <sys/types.h>
+
 #include <simgrid_config.h>
+#include "mc_forward.h"
 
 SG_BEGIN_DECL()
 
@@ -38,9 +41,8 @@ struct s_memory_map {
 
 };
 
-void MC_init_memory_map_info(void);
-memory_map_t MC_get_memory_map(void);
-void MC_free_memory_map(memory_map_t map);
+XBT_INTERNAL memory_map_t MC_get_memory_map(pid_t pid);
+XBT_INTERNAL void MC_free_memory_map(memory_map_t map);
 
 SG_END_DECL()