main: add maxfuturevalues parameter (-M)
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 59a07597bb5bf0436752ad6a4fca2f22d9fa2fe8..63f45c723d4bdca402d50a2c82d4d0a62f3b5dc7 100644 (file)
--- a/model.h
+++ b/model.h
@@ -37,6 +37,10 @@ struct model_params {
        unsigned int fairwindow;
        unsigned int enabledcount;
        unsigned int bound;
+
+       /** @brief Maximum number of future values that can be sent to the same
+        *  read */
+       int maxfuturevalues;
 };
 
 struct PendingFutureValue {