X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=params.h;h=af49c6b0026fe7b17d451cd2a014925bbe140cf4;hp=7f749cae6fc082d1551fdfb86f0c5728cf176fbc;hb=e6983a4f1ce4e77f38a0d0fa90ed41cbde54e970;hpb=a1280c133564afec30de10cc1de12a23b02a13d0 diff --git a/params.h b/params.h index 7f749cae..af49c6b0 100644 --- a/params.h +++ b/params.h @@ -6,18 +6,14 @@ * 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; - - /** @brief Command-line argument count to pass to user program */ - int argc; - - /** @brief Command-line arguments to pass to user program */ - char **argv; }; void param_defaults(struct model_params *params);