X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=params.h;h=c5b617bc7d64222617d10d0091b45f923bdaf806;hb=3fe3c730dd6a8deb536276f7a68ef58cae0d74f3;hp=946c801e4cce5aac707d0b1c3c7e9a204401ade5;hpb=2cd228006768bd0a4e083616a5c6bda4e1fe3507;p=model-checker.git diff --git a/params.h b/params.h index 946c801..c5b617b 100644 --- a/params.h +++ b/params.h @@ -9,11 +9,12 @@ struct model_params { int maxreads; int maxfuturedelay; bool yieldon; - bool sc_trace_analysis; + bool yieldblock; unsigned int fairwindow; unsigned int enabledcount; unsigned int bound; unsigned int uninitvalue; + unsigned int maxexecutions; /** @brief Maximum number of future values that can be sent to the same * read */ @@ -24,7 +25,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 */