More code towards freeing old actions
[c11tester.git] / params.h
index 2c007c631a4926ef5e5690e4ea39115c0bf87237..af49c6b0026fe7b17d451cd2a014925bbe140cf4 100644 (file)
--- a/params.h
+++ b/params.h
@@ -8,7 +8,9 @@
 struct model_params {
        int maxexecutions;
        bool nofork;
-       unsigned int tracebound;
+       modelclock_t traceminsize;
+       modelclock_t checkthreshold;
+       bool removevisible;
 
        /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */
        int verbose;