X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f29b8940106312a89054635c2e1926874c2ce47d..fd769219531a772284d75320187a0ef9f8118afd:/src/mc/mc_object_info.h diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index 961bf44e72..da93084f24 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -12,14 +12,11 @@ #include -#include "mc_forward.hpp" -#include "mc_memory_map.h" +#include "src/mc/mc_forward.hpp" +#include "src/xbt/memory_map.hpp" XBT_PRIVATE std::shared_ptr MC_find_object_info( - std::vector const& maps, const char* name, int executable); + std::vector const& maps, const char* name); XBT_PRIVATE void MC_post_process_object_info(simgrid::mc::Process* process, simgrid::mc::ObjectInformation* info); -XBT_PRIVATE void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info); -XBT_PRIVATE void MC_dwarf_get_variables_libdw(simgrid::mc::ObjectInformation* info); - #endif