X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/214f188618ac52530034513e24a0a9b6353e0f95..ab1a5770e72e90720fb1f2dc0901cda2573b208b:/src/mc/mc_memory_map.h diff --git a/src/mc/mc_memory_map.h b/src/mc/mc_memory_map.h index afcbb70338..27844ada08 100644 --- a/src/mc/mc_memory_map.h +++ b/src/mc/mc_memory_map.h @@ -4,8 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef MC_MEMORY_MAP_H -#define MC_MEMORY_MAP_H +#ifndef SIMGRID_MC_MEMORY_MAP_H +#define SIMGRID_MC_MEMORY_MAP_H #include @@ -14,8 +14,10 @@ #include +#include + #include -#include "mc_forward.h" +#include "mc_forward.hpp" namespace simgrid { namespace mc { @@ -40,7 +42,7 @@ std::vector get_memory_map(pid_t pid); extern "C" { XBT_INTERNAL void MC_find_object_address( - std::vector const& maps, mc_object_info_t result); + std::vector const& maps, simgrid::mc::ObjectInformation* result); }