X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/923896223efc203372ce0a7435cbdb7b539149f6..d29ab72e79378eb7527238f5db164234f1c0cf8b:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 250c77f117..4d2e916f8d 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -23,6 +23,8 @@ #include "mc/datatypes.h" #include "xbt/fifo.h" #include "xbt/config.h" +#include +#include #include "xbt/function_types.h" #include "xbt/mmalloc.h" @@ -30,8 +32,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 +153,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