X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=params.h;h=7f749cae6fc082d1551fdfb86f0c5728cf176fbc;hb=75258105eece346fe9523767d12349775a3a073d;hp=597ce1ca67c85e95c91668a042d4df01dfed577d;hpb=89ecd60fab0d93d6df6aa35e663ab67db860fa1d;p=c11tester.git diff --git a/params.h b/params.h index 597ce1ca..7f749cae 100644 --- a/params.h +++ b/params.h @@ -8,6 +8,7 @@ struct model_params { unsigned int uninitvalue; int maxexecutions; + bool nofork; /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */ int verbose; @@ -19,4 +20,6 @@ struct model_params { char **argv; }; -#endif/* __PARAMS_H__ */ +void param_defaults(struct model_params *params); + +#endif /* __PARAMS_H__ */