Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add variable deleted before to resolve a merge conflict
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 25 Mar 2013 22:29:42 +0000 (23:29 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 25 Mar 2013 22:29:42 +0000 (23:29 +0100)
src/mc/mc_dpor.c

index 9d1cd28..3e1b700 100644 (file)
@@ -254,6 +254,7 @@ void MC_dpor(void)
   xbt_fifo_item_t item = NULL;
   int pos;
   int visited_state;
+  int max_depth_reached = 0;
 
   while (xbt_fifo_size(mc_stack_safety) > 0) {