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