small changes
[c11tester.git] / params.h
index d6f5ec9a9fc5a5cf51b7ea3d8571d518b9aaac37..af49c6b0026fe7b17d451cd2a014925bbe140cf4 100644 (file)
--- a/params.h
+++ b/params.h
@@ -6,9 +6,11 @@
  * the model checker.
  */
 struct model_params {
-       unsigned int uninitvalue;
        int maxexecutions;
        bool nofork;
+       modelclock_t traceminsize;
+       modelclock_t checkthreshold;
+       bool removevisible;
 
        /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */
        int verbose;