edits
[c11tester.git] / params.h
index 946c801e4cce5aac707d0b1c3c7e9a204401ade5..7f5c219205096ff3c5a6b38ceec1db2f983508c0 100644 (file)
--- a/params.h
+++ b/params.h
@@ -6,25 +6,11 @@
  * the model checker.
  */
 struct model_params {
-       int maxreads;
-       int maxfuturedelay;
-       bool yieldon;
-       bool sc_trace_analysis;
-       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 */
-       int maxfuturevalues;
-
-       /** @brief Only generate a new future value/expiration pair if the
-        *  expiration time exceeds the existing one by more than the slop
-        *  value */
-       unsigned int expireslop;
-
-       /** @brief Verbosity (0 = quiet; 1 = noisy) */
+       int maxexecutions;
+  bool nofork;
+  
+       /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */
        int verbose;
 
        /** @brief Command-line argument count to pass to user program */
@@ -34,4 +20,4 @@ struct model_params {
        char **argv;
 };
 
-#endif /* __PARAMS_H__ */
+#endif /* __PARAMS_H__ */