X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=params.h;h=b4bfc7e7b7921b62c80ccf82ba2c0b2bdd30f925;hp=db86895890d8061cbe4fedbc04d908263c5081be;hb=4d1d81928c3688fbcfb96ee68eab70e73f7771e5;hpb=83d2c33c508986e2435d7a4bf0266c6bf234304e diff --git a/params.h b/params.h index db868958..b4bfc7e7 100644 --- a/params.h +++ b/params.h @@ -6,18 +6,13 @@ * the model checker. */ struct model_params { - unsigned int uninitvalue; int maxexecutions; bool nofork; /** @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); + #endif /* __PARAMS_H__ */