edits
[c11tester.git] / params.h
index a4a1a8c298bfb567305a3c75dc2f6162b2762ab4..7f5c219205096ff3c5a6b38ceec1db2f983508c0 100644 (file)
--- a/params.h
+++ b/params.h
@@ -6,11 +6,10 @@
  * the model checker.
  */
 struct model_params {
-       unsigned int enabledcount;
-       unsigned int bound;
        unsigned int uninitvalue;
        int maxexecutions;
-
+  bool nofork;
+  
        /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */
        int verbose;
 
@@ -21,4 +20,4 @@ struct model_params {
        char **argv;
 };
 
-#endif /* __PARAMS_H__ */
+#endif /* __PARAMS_H__ */