From: Marion Guthmuller Date: Mon, 7 Nov 2011 14:47:04 +0000 (+0100) Subject: model-checker : add new MAX_DEPTH_LIVENESS with verification liveness properties X-Git-Tag: exp_20120216~133^2~49 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8c559bcf576778202a4e0840e9ac7ff7a47537f6 model-checker : add new MAX_DEPTH_LIVENESS with verification liveness properties --- diff --git a/src/mc/private.h b/src/mc/private.h index 2e4730ceb8..07379d2cc0 100644 --- a/src/mc/private.h +++ b/src/mc/private.h @@ -44,6 +44,7 @@ extern double *mc_time; /* Bound of the MC depth-first search algorithm */ #define MAX_DEPTH 1000 +#define MAX_DEPTH_LIVENESS 150 int MC_deadlock_check(void); void MC_replay(xbt_fifo_t stack);