X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ffe8ce65fd9a8e18a0469f26f067c3ea6d5d60d4..2bd9a37bbb72eac4ed613b3d6953aba6555e2e92:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index bcc454fce1..b5f061acd7 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -62,6 +62,7 @@ void MC_replay_liveness(xbt_fifo_t stack); void MC_show_deadlock(smx_simcall_t req); void MC_show_stack_safety(xbt_fifo_t stack); void MC_dump_stack_safety(xbt_fifo_t stack); +void MC_show_non_termination(void); /** Stack (of `mc_state_t`) representing the current position of the * the MC in the exploration graph