X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6136b9032da25f741fa0bc6e9f3fb5bf45a541ef..e6ca184e99d50d0ee8fe405a83ee5277e2ecfce6:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 5bd89c1108..de35d2064e 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -19,7 +19,7 @@ #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" @@ -33,14 +33,13 @@ #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()