X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=params.h;h=af49c6b0026fe7b17d451cd2a014925bbe140cf4;hb=HEAD;hp=b4bfc7e7b7921b62c80ccf82ba2c0b2bdd30f925;hpb=4d1d81928c3688fbcfb96ee68eab70e73f7771e5;p=c11tester.git diff --git a/params.h b/params.h index b4bfc7e7..af49c6b0 100644 --- a/params.h +++ b/params.h @@ -8,6 +8,9 @@ struct model_params { int maxexecutions; bool nofork; + modelclock_t traceminsize; + modelclock_t checkthreshold; + bool removevisible; /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */ int verbose;