X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=params.h;h=db86895890d8061cbe4fedbc04d908263c5081be;hp=7f5c219205096ff3c5a6b38ceec1db2f983508c0;hb=83d2c33c508986e2435d7a4bf0266c6bf234304e;hpb=1b2081fd7a99dd894f75b8606073d3eae57a0013 diff --git a/params.h b/params.h index 7f5c2192..db868958 100644 --- a/params.h +++ b/params.h @@ -8,8 +8,8 @@ struct model_params { unsigned int uninitvalue; int maxexecutions; - bool nofork; - + bool nofork; + /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */ int verbose;