fix tabbing
[c11tester.git] / params.h
index ac5dd9665b6a2cf5e66b276668bb127eb98e4230..db86895890d8061cbe4fedbc04d908263c5081be 100644 (file)
--- a/params.h
+++ b/params.h
@@ -6,23 +6,9 @@
  * the model checker.
  */
 struct model_params {
-       int maxreads;
-       int maxfuturedelay;
-       bool yieldon;
-       bool yieldblock;
-       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;
+       int maxexecutions;
+       bool nofork;
 
        /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */
        int verbose;
@@ -34,4 +20,4 @@ struct model_params {
        char **argv;
 };
 
-#endif /* __PARAMS_H__ */
+#endif /* __PARAMS_H__ */