add new option for uninitialized writes...
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index ae9706b124067e18e5098e0fbd7e7859fce05d73..96c1ec78a60ca343400c309b2e756ae53fb39967 100644 (file)
--- a/model.h
+++ b/model.h
@@ -42,6 +42,7 @@ struct model_params {
        unsigned int fairwindow;
        unsigned int enabledcount;
        unsigned int bound;
+       unsigned int uninitvalue;
 
        /** @brief Maximum number of future values that can be sent to the same
         *  read */