X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df00205b8db0067640f48bdb63426689aa80360f..bda909b7e0c9350047dd46f40b37fe484b28b7cc:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index fbd845aebb..de35d2064e 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -19,28 +19,27 @@ #include #include "mc/mc.h" -#include "mc_base.h" +#include "src/mc/mc_base.h" #include "mc/datatypes.h" #include "xbt/fifo.h" #include "xbt/config.h" #ifdef __cplusplus -#include "../xbt/memory_map.hpp" +#include "src/xbt/memory_map.hpp" #endif #include "xbt/function_types.h" #include "xbt/mmalloc.h" -#include "../simix/smx_private.h" -#include "../xbt/mmalloc/mmprivate.h" +#include "src/simix/smx_private.h" +#include "src/xbt/mmalloc/mmprivate.h" #include "xbt/automaton.h" -#include "xbt/hash.h" #include #include "xbt/strbuff.h" #include "xbt/parmap.h" #include -#include "mc_forward.h" -#include "mc_protocol.h" +#include "src/mc/mc_forward.h" +#include "src/mc/mc_protocol.h" SG_BEGIN_DECL() @@ -103,9 +102,15 @@ XBT_PRIVATE void MC_report_crash(int status); #ifdef __cplusplus -XBT_PRIVATE void MC_find_object_address( +namespace simgrid { +namespace mc { + +XBT_PRIVATE void find_object_address( std::vector const& maps, simgrid::mc::ObjectInformation* result); +} +} + #endif SG_END_DECL()