X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/923896223efc203372ce0a7435cbdb7b539149f6..5561c767c970eb8b3674e98f888cd70f4f9a121d:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 250c77f117..c19aa1fac7 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -30,8 +30,7 @@ #include "../xbt/mmalloc/mmprivate.h" #include "xbt/automaton.h" #include "xbt/hash.h" -#include "msg/msg.h" -#include "msg/datatypes.h" +#include #include "xbt/strbuff.h" #include "xbt/parmap.h" @@ -152,6 +151,8 @@ uint64_t mc_hash_processes_state(int num_state, xbt_dynar_t stacks); */ void MC_dump_stacks(FILE* file); +void MC_report_assertion_error(void); + SG_END_DECL() #endif