X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=params.h;fp=params.h;h=af49c6b0026fe7b17d451cd2a014925bbe140cf4;hp=2c007c631a4926ef5e5690e4ea39115c0bf87237;hb=0ab0cd9eb506f1c00fd753c4bec10fed64ef0e85;hpb=98e8ab95688324f8d0c0e77392c375c89c562c08 diff --git a/params.h b/params.h index 2c007c63..af49c6b0 100644 --- 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;