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