bug fix
[c11tester.git] / params.h
index c190066bec52a5593f48d436989ba5febd85d39a..7f749cae6fc082d1551fdfb86f0c5728cf176fbc 100644 (file)
--- 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;
 };
 
+void param_defaults(struct model_params *params);
+
 #endif /* __PARAMS_H__ */