X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=params.h;h=af49c6b0026fe7b17d451cd2a014925bbe140cf4;hp=9a2cf3b96f99f5c864d4be1903b4eecb72c2fc71;hb=7742256df627848c1c375f979f5369a45c92057b;hpb=bbc0bd0561362e1cb93c04fddc165b49d83c24ed diff --git a/params.h b/params.h index 9a2cf3b9..af49c6b0 100644 --- a/params.h +++ b/params.h @@ -6,19 +6,14 @@ * the model checker. */ struct model_params { - unsigned int uninitvalue; int maxexecutions; bool nofork; - bool threadsnocleanup; + 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);