X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=params.h;h=ac5dd9665b6a2cf5e66b276668bb127eb98e4230;hp=946c801e4cce5aac707d0b1c3c7e9a204401ade5;hb=b44d6b0535ac6b10bebd68aca5a69e424a027e38;hpb=56596a27332a3622b935d5b75f81f4773dcbf757 diff --git a/params.h b/params.h index 946c801..ac5dd96 100644 --- a/params.h +++ b/params.h @@ -9,7 +9,7 @@ struct model_params { int maxreads; int maxfuturedelay; bool yieldon; - bool sc_trace_analysis; + bool yieldblock; unsigned int fairwindow; unsigned int enabledcount; unsigned int bound; @@ -24,7 +24,7 @@ struct model_params { * value */ unsigned int expireslop; - /** @brief Verbosity (0 = quiet; 1 = noisy) */ + /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */ int verbose; /** @brief Command-line argument count to pass to user program */