Fixed bug breaking our consolidation of future values...
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 4b9e3ff53f0082b30efd095b5618186480882d5e..073b96b976cd4807c45c8c5e6ffef415941a0a81 100644 (file)
--- a/model.h
+++ b/model.h
@@ -151,6 +151,7 @@ private:
        void do_complete_join(ModelAction *join);
 
        ModelAction *diverge;
+       ModelAction *earliest_diverge;
 
        ucontext_t system_context;
        action_list_t *action_trace;